Shades of Atlantis #8ED24B
Tints of Atlantis #8ED24B
RGB
CMYK
RGB Variations
Color information
#8ED24B (or 0x8ED24B) is known color: Atlantis. HEX triplet: 8E, D2 and 4B. RGB value is (142,210,75). Sum of RGB (Red+Green+Blue) = 142+210+75=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED24B is #712DB4. Grayscale: #AEAEAE. Windows color (decimal): -7417269 or 4969102. OLE color: 4969102.
HSL color Cylindrical-coordinate representation of color #8ED24B: hue angle of 90.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ED24B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 75 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.18 |
| HSL | 90.22º | 0.6% | 0.56% | - |
| HSV(B) | 90.22º | 0.64% | 0.82% | - |
| XYZ | 35.47 | 52.35 | 14.89 | - |
| YUV | 174.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 75 | 0.32 | 0 | 0.64 | 0.18 | 90.22 | 0.6 | 0.56 |
| Hex | 8E | D2 | 4B | 20 | 0 | 40 | 12 | 5A | 3C | 38 |
| Octal | 216 | 322 | 113 | 40 | 0 | 100 | 22 | 132 | 74 | 70 |
| Binary | 10001110 | 11010010 | 1001011 | 100000 | 0 | 1000000 | 10010 | 1011010 | 111100 | 111000 |
Color Harmonies of #8ED24B
Complementary color
Monochromatic Colors of #8ED24B
Black with #8ED24B
Text Example
Text Example
White with #8ED24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED24B; }
p { color: rgb(142,210,75); }
H1.HeaderClassName
{
color: #8ED24B;
}
.AnyTagClassName
{
color: #8ED24B;
}
</style>
background-color css
<style>
a { background-color: #8ED24B; }
a { background-color: rgb(142,210,75); }
div.DivClassName
{
background-color: #8ED24B;
}
.BgClassName
{
background-color: #8ED24B;
}
</style>
border-color css
<style>
span { border-color: #8ED24B; }
span { border-color: rgb(142,210,75); }
td.TdClassName
{
border-color: #8ED24B;
}
.TagClassName
{
border-color: #8ED24B;
}
</style>