Shades of Atlantis #8EE23D
Tints of Atlantis #8EE23D
RGB
CMYK
RGB Variations
Color information
#8EE23D (or 0x8EE23D) is known color: Atlantis. HEX triplet: 8E, E2 and 3D. RGB value is (142,226,61). Sum of RGB (Red+Green+Blue) = 142+226+61=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE23D is #711DC2. Grayscale: #B6B6B6. Windows color (decimal): -7413187 or 4055694. OLE color: 4055694.
HSL color Cylindrical-coordinate representation of color #8EE23D: hue angle of 90.55º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EE23D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 61 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.11 |
| HSL | 90.55º | 0.74% | 0.56% | - |
| HSV(B) | 90.55º | 0.73% | 0.89% | - |
| XYZ | 39.19 | 60.48 | 14.02 | - |
| YUV | 182.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 61 | 0.37 | 0 | 0.73 | 0.11 | 90.55 | 0.74 | 0.56 |
| Hex | 8E | E2 | 3D | 25 | 0 | 49 | B | 5B | 4A | 38 |
| Octal | 216 | 342 | 75 | 45 | 0 | 111 | 13 | 133 | 112 | 70 |
| Binary | 10001110 | 11100010 | 111101 | 100101 | 0 | 1001001 | 1011 | 1011011 | 1001010 | 111000 |
Color Harmonies of #8EE23D
Complementary color
Monochromatic Colors of #8EE23D
Black with #8EE23D
Text Example
Text Example
White with #8EE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE23D; }
p { color: rgb(142,226,61); }
H1.HeaderClassName
{
color: #8EE23D;
}
.AnyTagClassName
{
color: #8EE23D;
}
</style>
background-color css
<style>
a { background-color: #8EE23D; }
a { background-color: rgb(142,226,61); }
div.DivClassName
{
background-color: #8EE23D;
}
.BgClassName
{
background-color: #8EE23D;
}
</style>
border-color css
<style>
span { border-color: #8EE23D; }
span { border-color: rgb(142,226,61); }
td.TdClassName
{
border-color: #8EE23D;
}
.TagClassName
{
border-color: #8EE23D;
}
</style>