Shades of Atlantis #8CEA3E
Tints of Atlantis #8CEA3E
RGB
CMYK
RGB Variations
Color information
#8CEA3E (or 0x8CEA3E) is known color: Atlantis. HEX triplet: 8C, EA and 3E. RGB value is (140,234,62). Sum of RGB (Red+Green+Blue) = 140+234+62=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEA3E is #7315C1. Grayscale: #BABABA. Windows color (decimal): -7542210 or 4123276. OLE color: 4123276.
HSL color Cylindrical-coordinate representation of color #8CEA3E: hue angle of 92.79º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CEA3E is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 62 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.08 |
| HSL | 92.79º | 0.8% | 0.58% | - |
| HSV(B) | 92.79º | 0.74% | 0.92% | - |
| XYZ | 41.11 | 64.77 | 14.89 | - |
| YUV | 186.29 | 57.86 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 62 | 0.40 | 0 | 0.74 | 0.08 | 92.79 | 0.8 | 0.58 |
| Hex | 8C | EA | 3E | 28 | 0 | 4A | 8 | 5D | 50 | 3A |
| Octal | 214 | 352 | 76 | 50 | 0 | 112 | 10 | 135 | 120 | 72 |
| Binary | 10001100 | 11101010 | 111110 | 101000 | 0 | 1001010 | 1000 | 1011101 | 1010000 | 111010 |
Color Harmonies of #8CEA3E
Complementary color
Monochromatic Colors of #8CEA3E
Black with #8CEA3E
Text Example
Text Example
White with #8CEA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA3E; }
p { color: rgb(140,234,62); }
H1.HeaderClassName
{
color: #8CEA3E;
}
.AnyTagClassName
{
color: #8CEA3E;
}
</style>
background-color css
<style>
a { background-color: #8CEA3E; }
a { background-color: rgb(140,234,62); }
div.DivClassName
{
background-color: #8CEA3E;
}
.BgClassName
{
background-color: #8CEA3E;
}
</style>
border-color css
<style>
span { border-color: #8CEA3E; }
span { border-color: rgb(140,234,62); }
td.TdClassName
{
border-color: #8CEA3E;
}
.TagClassName
{
border-color: #8CEA3E;
}
</style>