Shades of Atlantis #8EED34
Tints of Atlantis #8EED34
RGB
CMYK
RGB Variations
Color information
#8EED34 (or 0x8EED34) is known color: Atlantis. HEX triplet: 8E, ED and 34. RGB value is (142,237,52). Sum of RGB (Red+Green+Blue) = 142+237+52=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EED34 is #7112CB. Grayscale: #BCBCBC. Windows color (decimal): -7410380 or 3468686. OLE color: 3468686.
HSL color Cylindrical-coordinate representation of color #8EED34: hue angle of 90.81º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EED34 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 52 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.07 |
| HSL | 90.81º | 0.84% | 0.57% | - |
| HSV(B) | 90.81º | 0.78% | 0.93% | - |
| XYZ | 42.06 | 66.57 | 13.88 | - |
| YUV | 187.51 | 51.53 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 52 | 0.40 | 0 | 0.78 | 0.07 | 90.81 | 0.84 | 0.57 |
| Hex | 8E | ED | 34 | 28 | 0 | 4E | 7 | 5B | 54 | 39 |
| Octal | 216 | 355 | 64 | 50 | 0 | 116 | 7 | 133 | 124 | 71 |
| Binary | 10001110 | 11101101 | 110100 | 101000 | 0 | 1001110 | 111 | 1011011 | 1010100 | 111001 |
Color Harmonies of #8EED34
Complementary color
Monochromatic Colors of #8EED34
Black with #8EED34
Text Example
Text Example
White with #8EED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED34; }
p { color: rgb(142,237,52); }
H1.HeaderClassName
{
color: #8EED34;
}
.AnyTagClassName
{
color: #8EED34;
}
</style>
background-color css
<style>
a { background-color: #8EED34; }
a { background-color: rgb(142,237,52); }
div.DivClassName
{
background-color: #8EED34;
}
.BgClassName
{
background-color: #8EED34;
}
</style>
border-color css
<style>
span { border-color: #8EED34; }
span { border-color: rgb(142,237,52); }
td.TdClassName
{
border-color: #8EED34;
}
.TagClassName
{
border-color: #8EED34;
}
</style>