Shades of Atlantis #8ED545
Tints of Atlantis #8ED545
RGB
CMYK
RGB Variations
Color information
#8ED545 (or 0x8ED545) is known color: Atlantis. HEX triplet: 8E, D5 and 45. RGB value is (142,213,69). Sum of RGB (Red+Green+Blue) = 142+213+69=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED545 is #712ABA. Grayscale: #AFAFAF. Windows color (decimal): -7416507 or 4576654. OLE color: 4576654.
HSL color Cylindrical-coordinate representation of color #8ED545: hue angle of 89.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ED545 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 69 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.16 |
| HSL | 89.58º | 0.63% | 0.55% | - |
| HSV(B) | 89.58º | 0.68% | 0.84% | - |
| XYZ | 36.02 | 53.77 | 14.11 | - |
| YUV | 175.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 69 | 0.33 | 0 | 0.68 | 0.16 | 89.58 | 0.63 | 0.55 |
| Hex | 8E | D5 | 45 | 21 | 0 | 44 | 10 | 5A | 3F | 37 |
| Octal | 216 | 325 | 105 | 41 | 0 | 104 | 20 | 132 | 77 | 67 |
| Binary | 10001110 | 11010101 | 1000101 | 100001 | 0 | 1000100 | 10000 | 1011010 | 111111 | 110111 |
Color Harmonies of #8ED545
Complementary color
Monochromatic Colors of #8ED545
Black with #8ED545
Text Example
Text Example
White with #8ED545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED545; }
p { color: rgb(142,213,69); }
H1.HeaderClassName
{
color: #8ED545;
}
.AnyTagClassName
{
color: #8ED545;
}
</style>
background-color css
<style>
a { background-color: #8ED545; }
a { background-color: rgb(142,213,69); }
div.DivClassName
{
background-color: #8ED545;
}
.BgClassName
{
background-color: #8ED545;
}
</style>
border-color css
<style>
span { border-color: #8ED545; }
span { border-color: rgb(142,213,69); }
td.TdClassName
{
border-color: #8ED545;
}
.TagClassName
{
border-color: #8ED545;
}
</style>