#8FEA49

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

Shades of Atlantis #8FEA49

Tints of Atlantis #8FEA49

Color information

#8FEA49 (or 0x8FEA49) is unknown color: approx Atlantis. HEX triplet: 8F, EA and 49. RGB value is (143,234,73). Sum of RGB (Red+Green+Blue) = 143+234+73=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEA49 is #7015B6. Grayscale: #BCBCBC. Windows color (decimal): -7345591 or 4844175. OLE color: 4844175.

HSL color Cylindrical-coordinate representation of color #8FEA49: hue angle of 93.91º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FEA49 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB14323473-
CMYK0.3900.690.08
HSL93.91º79.31%60.2%-
HSV(B)93.91º68.8%91.76%-
XYZ41.9565.1716.67-
YUV188.4462.8595.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 234 (91.80% from 255) = 52%
BLUE value IS 73 (28.91% from 255) = 16.22%
R=31.78%
G=52%
B=16.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal143234730.3900.690.0893.9179.3160.2
Hex8FEA492704585e4f3c
Octal2173521114701051013611774
Binary1000111111101010100100110011101000101100010111101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,234,73); }

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

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

 a { background-color: rgb(143,234,73); }

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

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

 span { border-color: rgb(143,234,73); }

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