#8FCC40

Color #8FCC40 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8FCC40

Tints of Atlantis #8FCC40

Color information

#8FCC40 (or 0x8FCC40) is unknown color: approx Atlantis. HEX triplet: 8F, CC and 40. RGB value is (143,204,64). Sum of RGB (Red+Green+Blue) = 143+204+64=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC40 is #7033BF. Grayscale: #AAAAAA. Windows color (decimal): -7353280 or 4246671. OLE color: 4246671.

HSL color Cylindrical-coordinate representation of color #8FCC40: hue angle of 86.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FCC40 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB14320464-
CMYK0.3000.690.2
HSL86.14º57.85%52.55%-
HSV(B)86.14º68.63%80%-
XYZ33.8549.412.6-
YUV169.868.29108.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 204 (80.08% from 255) = 49.64%
BLUE value IS 64 (25.39% from 255) = 15.57%
R=34.79%
G=49.64%
B=15.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal143204640.3000.690.286.1457.8552.55
Hex8FCC401E04514563a35
Octal217314100360105241267265
Binary100011111100110010000001111001000101101001010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FCC40; }

 p { color: rgb(143,204,64); }

 H1.HeaderClassName
 {
   color: #8FCC40;
 }
 .AnyTagClassName
 {
   color: #8FCC40;
 }
</style>
background-color css

<style>
 a { background-color: #8FCC40; }

 a { background-color: rgb(143,204,64); }

 div.DivClassName
 {
   background-color: #8FCC40;
 }
 .BgClassName
 {
   background-color: #8FCC40;
 }
</style>
border-color css

<style>
 span { border-color: #8FCC40; }

 span { border-color: rgb(143,204,64); }

 td.TdClassName
 {
   border-color: #8FCC40;
 }
 .TagClassName
 {
   border-color: #8FCC40;
 }
</style>