Shades of Atlantis #8ED446
Tints of Atlantis #8ED446
RGB
CMYK
RGB Variations
Color information
#8ED446 (or 0x8ED446) is known color: Atlantis. HEX triplet: 8E, D4 and 46. RGB value is (142,212,70). Sum of RGB (Red+Green+Blue) = 142+212+70=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED446 is #712BB9. Grayscale: #AFAFAF. Windows color (decimal): -7416762 or 4641934. OLE color: 4641934.
HSL color Cylindrical-coordinate representation of color #8ED446: hue angle of 89.58º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ED446 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 70 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.17 |
| HSL | 89.58º | 0.62% | 0.55% | - |
| HSV(B) | 89.58º | 0.67% | 0.83% | - |
| XYZ | 35.8 | 53.28 | 14.19 | - |
| YUV | 174.88 | 68.81 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 70 | 0.33 | 0 | 0.67 | 0.17 | 89.58 | 0.62 | 0.55 |
| Hex | 8E | D4 | 46 | 21 | 0 | 43 | 11 | 5A | 3E | 37 |
| Octal | 216 | 324 | 106 | 41 | 0 | 103 | 21 | 132 | 76 | 67 |
| Binary | 10001110 | 11010100 | 1000110 | 100001 | 0 | 1000011 | 10001 | 1011010 | 111110 | 110111 |
Color Harmonies of #8ED446
Complementary color
Monochromatic Colors of #8ED446
Black with #8ED446
Text Example
Text Example
White with #8ED446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED446; }
p { color: rgb(142,212,70); }
H1.HeaderClassName
{
color: #8ED446;
}
.AnyTagClassName
{
color: #8ED446;
}
</style>
background-color css
<style>
a { background-color: #8ED446; }
a { background-color: rgb(142,212,70); }
div.DivClassName
{
background-color: #8ED446;
}
.BgClassName
{
background-color: #8ED446;
}
</style>
border-color css
<style>
span { border-color: #8ED446; }
span { border-color: rgb(142,212,70); }
td.TdClassName
{
border-color: #8ED446;
}
.TagClassName
{
border-color: #8ED446;
}
</style>