Shades of Atlantis #8EE23A
Tints of Atlantis #8EE23A
RGB
CMYK
RGB Variations
Color information
#8EE23A (or 0x8EE23A) is known color: Atlantis. HEX triplet: 8E, E2 and 3A. RGB value is (142,226,58). Sum of RGB (Red+Green+Blue) = 142+226+58=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE23A is #711DC5. Grayscale: #B6B6B6. Windows color (decimal): -7413190 or 3859086. OLE color: 3859086.
HSL color Cylindrical-coordinate representation of color #8EE23A: hue angle of 90º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EE23A is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 58 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.11 |
| HSL | 90º | 0.74% | 0.56% | - |
| HSV(B) | 90º | 0.74% | 0.89% | - |
| XYZ | 39.12 | 60.45 | 13.61 | - |
| YUV | 181.73 | 58.17 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 58 | 0.37 | 0 | 0.74 | 0.11 | 90 | 0.74 | 0.56 |
| Hex | 8E | E2 | 3A | 25 | 0 | 4A | B | 5A | 4A | 38 |
| Octal | 216 | 342 | 72 | 45 | 0 | 112 | 13 | 132 | 112 | 70 |
| Binary | 10001110 | 11100010 | 111010 | 100101 | 0 | 1001010 | 1011 | 1011010 | 1001010 | 111000 |
Color Harmonies of #8EE23A
Complementary color
Monochromatic Colors of #8EE23A
Black with #8EE23A
Text Example
Text Example
White with #8EE23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE23A; }
p { color: rgb(142,226,58); }
H1.HeaderClassName
{
color: #8EE23A;
}
.AnyTagClassName
{
color: #8EE23A;
}
</style>
background-color css
<style>
a { background-color: #8EE23A; }
a { background-color: rgb(142,226,58); }
div.DivClassName
{
background-color: #8EE23A;
}
.BgClassName
{
background-color: #8EE23A;
}
</style>
border-color css
<style>
span { border-color: #8EE23A; }
span { border-color: rgb(142,226,58); }
td.TdClassName
{
border-color: #8EE23A;
}
.TagClassName
{
border-color: #8EE23A;
}
</style>