Shades of Atlantis #8ED648
Tints of Atlantis #8ED648
RGB
CMYK
RGB Variations
Color information
#8ED648 (or 0x8ED648) is known color: Atlantis. HEX triplet: 8E, D6 and 48. RGB value is (142,214,72). Sum of RGB (Red+Green+Blue) = 142+214+72=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED648 is #7129B7. Grayscale: #B0B0B0. Windows color (decimal): -7416248 or 4773518. OLE color: 4773518.
HSL color Cylindrical-coordinate representation of color #8ED648: hue angle of 90.42º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ED648 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 72 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.16 |
| HSL | 90.42º | 0.63% | 0.56% | - |
| HSV(B) | 90.42º | 0.66% | 0.84% | - |
| XYZ | 36.37 | 54.31 | 14.7 | - |
| YUV | 176.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 72 | 0.34 | 0 | 0.66 | 0.16 | 90.42 | 0.63 | 0.56 |
| Hex | 8E | D6 | 48 | 22 | 0 | 42 | 10 | 5A | 3F | 38 |
| Octal | 216 | 326 | 110 | 42 | 0 | 102 | 20 | 132 | 77 | 70 |
| Binary | 10001110 | 11010110 | 1001000 | 100010 | 0 | 1000010 | 10000 | 1011010 | 111111 | 111000 |
Color Harmonies of #8ED648
Complementary color
Monochromatic Colors of #8ED648
Black with #8ED648
Text Example
Text Example
White with #8ED648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED648; }
p { color: rgb(142,214,72); }
H1.HeaderClassName
{
color: #8ED648;
}
.AnyTagClassName
{
color: #8ED648;
}
</style>
background-color css
<style>
a { background-color: #8ED648; }
a { background-color: rgb(142,214,72); }
div.DivClassName
{
background-color: #8ED648;
}
.BgClassName
{
background-color: #8ED648;
}
</style>
border-color css
<style>
span { border-color: #8ED648; }
span { border-color: rgb(142,214,72); }
td.TdClassName
{
border-color: #8ED648;
}
.TagClassName
{
border-color: #8ED648;
}
</style>