Shades of Atlantis #8CE04F
Tints of Atlantis #8CE04F
RGB
CMYK
RGB Variations
Color information
#8CE04F (or 0x8CE04F) is known color: Atlantis. HEX triplet: 8C, E0 and 4F. RGB value is (140,224,79). Sum of RGB (Red+Green+Blue) = 140+224+79=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE04F is #731FB0. Grayscale: #B6B6B6. Windows color (decimal): -7544753 or 5234828. OLE color: 5234828.
HSL color Cylindrical-coordinate representation of color #8CE04F: hue angle of 94.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CE04F is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 79 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.12 |
| HSL | 94.76º | 0.7% | 0.59% | - |
| HSV(B) | 94.76º | 0.65% | 0.88% | - |
| XYZ | 38.88 | 59.45 | 16.82 | - |
| YUV | 182.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 79 | 0.38 | 0 | 0.65 | 0.12 | 94.76 | 0.7 | 0.59 |
| Hex | 8C | E0 | 4F | 26 | 0 | 41 | C | 5F | 46 | 3B |
| Octal | 214 | 340 | 117 | 46 | 0 | 101 | 14 | 137 | 106 | 73 |
| Binary | 10001100 | 11100000 | 1001111 | 100110 | 0 | 1000001 | 1100 | 1011111 | 1000110 | 111011 |
Color Harmonies of #8CE04F
Complementary color
Monochromatic Colors of #8CE04F
Black with #8CE04F
Text Example
Text Example
White with #8CE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE04F; }
p { color: rgb(140,224,79); }
H1.HeaderClassName
{
color: #8CE04F;
}
.AnyTagClassName
{
color: #8CE04F;
}
</style>
background-color css
<style>
a { background-color: #8CE04F; }
a { background-color: rgb(140,224,79); }
div.DivClassName
{
background-color: #8CE04F;
}
.BgClassName
{
background-color: #8CE04F;
}
</style>
border-color css
<style>
span { border-color: #8CE04F; }
span { border-color: rgb(140,224,79); }
td.TdClassName
{
border-color: #8CE04F;
}
.TagClassName
{
border-color: #8CE04F;
}
</style>