Shades of Atlantis #8ED543
Tints of Atlantis #8ED543
RGB
CMYK
RGB Variations
Color information
#8ED543 (or 0x8ED543) is known color: Atlantis. HEX triplet: 8E, D5 and 43. RGB value is (142,213,67). Sum of RGB (Red+Green+Blue) = 142+213+67=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED543 is #712ABC. Grayscale: #AFAFAF. Windows color (decimal): -7416509 or 4445582. OLE color: 4445582.
HSL color Cylindrical-coordinate representation of color #8ED543: hue angle of 89.18º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ED543 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 67 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.16 |
| HSL | 89.18º | 0.63% | 0.55% | - |
| HSV(B) | 89.18º | 0.69% | 0.84% | - |
| XYZ | 35.96 | 53.74 | 13.79 | - |
| YUV | 175.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 67 | 0.33 | 0 | 0.69 | 0.16 | 89.18 | 0.63 | 0.55 |
| Hex | 8E | D5 | 43 | 21 | 0 | 45 | 10 | 59 | 3F | 37 |
| Octal | 216 | 325 | 103 | 41 | 0 | 105 | 20 | 131 | 77 | 67 |
| Binary | 10001110 | 11010101 | 1000011 | 100001 | 0 | 1000101 | 10000 | 1011001 | 111111 | 110111 |
Color Harmonies of #8ED543
Complementary color
Monochromatic Colors of #8ED543
Black with #8ED543
Text Example
Text Example
White with #8ED543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED543; }
p { color: rgb(142,213,67); }
H1.HeaderClassName
{
color: #8ED543;
}
.AnyTagClassName
{
color: #8ED543;
}
</style>
background-color css
<style>
a { background-color: #8ED543; }
a { background-color: rgb(142,213,67); }
div.DivClassName
{
background-color: #8ED543;
}
.BgClassName
{
background-color: #8ED543;
}
</style>
border-color css
<style>
span { border-color: #8ED543; }
span { border-color: rgb(142,213,67); }
td.TdClassName
{
border-color: #8ED543;
}
.TagClassName
{
border-color: #8ED543;
}
</style>