Shades of Atlantis #8CE44E
Tints of Atlantis #8CE44E
RGB
CMYK
RGB Variations
Color information
#8CE44E (or 0x8CE44E) is known color: Atlantis. HEX triplet: 8C, E4 and 4E. RGB value is (140,228,78). Sum of RGB (Red+Green+Blue) = 140+228+78=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE44E is #731BB1. Grayscale: #B9B9B9. Windows color (decimal): -7543730 or 5170316. OLE color: 5170316.
HSL color Cylindrical-coordinate representation of color #8CE44E: hue angle of 95.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CE44E is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 78 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.11 |
| HSL | 95.2º | 0.74% | 0.6% | - |
| HSV(B) | 95.2º | 0.66% | 0.89% | - |
| XYZ | 39.93 | 61.61 | 17 | - |
| YUV | 184.59 | 67.85 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 78 | 0.39 | 0 | 0.66 | 0.11 | 95.2 | 0.74 | 0.6 |
| Hex | 8C | E4 | 4E | 27 | 0 | 42 | B | 5F | 4A | 3C |
| Octal | 214 | 344 | 116 | 47 | 0 | 102 | 13 | 137 | 112 | 74 |
| Binary | 10001100 | 11100100 | 1001110 | 100111 | 0 | 1000010 | 1011 | 1011111 | 1001010 | 111100 |
Color Harmonies of #8CE44E
Complementary color
Monochromatic Colors of #8CE44E
Black with #8CE44E
Text Example
Text Example
White with #8CE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE44E; }
p { color: rgb(140,228,78); }
H1.HeaderClassName
{
color: #8CE44E;
}
.AnyTagClassName
{
color: #8CE44E;
}
</style>
background-color css
<style>
a { background-color: #8CE44E; }
a { background-color: rgb(140,228,78); }
div.DivClassName
{
background-color: #8CE44E;
}
.BgClassName
{
background-color: #8CE44E;
}
</style>
border-color css
<style>
span { border-color: #8CE44E; }
span { border-color: rgb(140,228,78); }
td.TdClassName
{
border-color: #8CE44E;
}
.TagClassName
{
border-color: #8CE44E;
}
</style>