#8FCA4C

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

Shades of Atlantis #8FCA4C

Tints of Atlantis #8FCA4C

Color information

#8FCA4C (or 0x8FCA4C) is unknown color: approx Atlantis. HEX triplet: 8F, CA and 4C. RGB value is (143,202,76). Sum of RGB (Red+Green+Blue) = 143+202+76=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCA4C is #7035B3. Grayscale: #AAAAAA. Windows color (decimal): -7353780 or 5032591. OLE color: 5032591.

HSL color Cylindrical-coordinate representation of color #8FCA4C: hue angle of 88.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FCA4C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB14320276-
CMYK0.2900.620.21
HSL88.1º54.31%54.51%-
HSV(B)88.1º62.38%79.22%-
XYZ33.7548.614.44-
YUV169.9974.95108.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 202 (79.30% from 255) = 47.98%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=33.97%
G=47.98%
B=18.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143202760.2900.620.2188.154.3154.51
Hex8FCA4C1D03E15583637
Octal21731211435076251306667
Binary10001111110010101001100111010111110101011011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,76); }

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

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

 a { background-color: rgb(143,202,76); }

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

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

 span { border-color: rgb(143,202,76); }

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