Shades of Atlantis #8ED342
Tints of Atlantis #8ED342
RGB
CMYK
RGB Variations
Color information
#8ED342 (or 0x8ED342) is known color: Atlantis. HEX triplet: 8E, D3 and 42. RGB value is (142,211,66). Sum of RGB (Red+Green+Blue) = 142+211+66=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED342 is #712CBD. Grayscale: #AEAEAE. Windows color (decimal): -7417022 or 4379534. OLE color: 4379534.
HSL color Cylindrical-coordinate representation of color #8ED342: hue angle of 88.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ED342 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 66 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.17 |
| HSL | 88.55º | 0.62% | 0.54% | - |
| HSV(B) | 88.55º | 0.69% | 0.83% | - |
| XYZ | 35.43 | 52.73 | 13.47 | - |
| YUV | 173.84 | 67.14 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 66 | 0.33 | 0 | 0.69 | 0.17 | 88.55 | 0.62 | 0.54 |
| Hex | 8E | D3 | 42 | 21 | 0 | 45 | 11 | 59 | 3E | 36 |
| Octal | 216 | 323 | 102 | 41 | 0 | 105 | 21 | 131 | 76 | 66 |
| Binary | 10001110 | 11010011 | 1000010 | 100001 | 0 | 1000101 | 10001 | 1011001 | 111110 | 110110 |
Color Harmonies of #8ED342
Complementary color
Monochromatic Colors of #8ED342
Black with #8ED342
Text Example
Text Example
White with #8ED342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED342; }
p { color: rgb(142,211,66); }
H1.HeaderClassName
{
color: #8ED342;
}
.AnyTagClassName
{
color: #8ED342;
}
</style>
background-color css
<style>
a { background-color: #8ED342; }
a { background-color: rgb(142,211,66); }
div.DivClassName
{
background-color: #8ED342;
}
.BgClassName
{
background-color: #8ED342;
}
</style>
border-color css
<style>
span { border-color: #8ED342; }
span { border-color: rgb(142,211,66); }
td.TdClassName
{
border-color: #8ED342;
}
.TagClassName
{
border-color: #8ED342;
}
</style>