Shades of Atlantis #8ED646
Tints of Atlantis #8ED646
RGB
CMYK
RGB Variations
Color information
#8ED646 (or 0x8ED646) is known color: Atlantis. HEX triplet: 8E, D6 and 46. RGB value is (142,214,70). Sum of RGB (Red+Green+Blue) = 142+214+70=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED646 is #7129B9. Grayscale: #B0B0B0. Windows color (decimal): -7416250 or 4642446. OLE color: 4642446.
HSL color Cylindrical-coordinate representation of color #8ED646: hue angle of 90º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ED646 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 70 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.16 |
| HSL | 90º | 0.64% | 0.56% | - |
| HSV(B) | 90º | 0.67% | 0.84% | - |
| XYZ | 36.31 | 54.29 | 14.36 | - |
| YUV | 176.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 70 | 0.34 | 0 | 0.67 | 0.16 | 90 | 0.64 | 0.56 |
| Hex | 8E | D6 | 46 | 22 | 0 | 43 | 10 | 5A | 40 | 38 |
| Octal | 216 | 326 | 106 | 42 | 0 | 103 | 20 | 132 | 100 | 70 |
| Binary | 10001110 | 11010110 | 1000110 | 100010 | 0 | 1000011 | 10000 | 1011010 | 1000000 | 111000 |
Color Harmonies of #8ED646
Complementary color
Monochromatic Colors of #8ED646
Black with #8ED646
Text Example
Text Example
White with #8ED646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED646; }
p { color: rgb(142,214,70); }
H1.HeaderClassName
{
color: #8ED646;
}
.AnyTagClassName
{
color: #8ED646;
}
</style>
background-color css
<style>
a { background-color: #8ED646; }
a { background-color: rgb(142,214,70); }
div.DivClassName
{
background-color: #8ED646;
}
.BgClassName
{
background-color: #8ED646;
}
</style>
border-color css
<style>
span { border-color: #8ED646; }
span { border-color: rgb(142,214,70); }
td.TdClassName
{
border-color: #8ED646;
}
.TagClassName
{
border-color: #8ED646;
}
</style>