Shades of Atlantis #9ED543
Tints of Atlantis #9ED543
RGB
CMYK
RGB Variations
Color information
#9ED543 (or 0x9ED543) is known color: Atlantis. HEX triplet: 9E, D5 and 43. RGB value is (158,213,67). Sum of RGB (Red+Green+Blue) = 158+213+67=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED543 is #612ABC. Grayscale: #B4B4B4. Windows color (decimal): -6367933 or 4445598. OLE color: 4445598.
HSL color Cylindrical-coordinate representation of color #9ED543: hue angle of 82.6º 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 #9ED543 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 67 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.16 |
| HSL | 82.6º | 0.63% | 0.55% | - |
| HSV(B) | 82.6º | 0.69% | 0.84% | - |
| XYZ | 38.91 | 55.26 | 13.93 | - |
| YUV | 179.91 | 64.28 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 67 | 0.26 | 0 | 0.69 | 0.16 | 82.6 | 0.63 | 0.55 |
| Hex | 9E | D5 | 43 | 1A | 0 | 45 | 10 | 53 | 3F | 37 |
| Octal | 236 | 325 | 103 | 32 | 0 | 105 | 20 | 123 | 77 | 67 |
| Binary | 10011110 | 11010101 | 1000011 | 11010 | 0 | 1000101 | 10000 | 1010011 | 111111 | 110111 |
Color Harmonies of #9ED543
Complementary color
Monochromatic Colors of #9ED543
Black with #9ED543
Text Example
Text Example
White with #9ED543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED543; }
p { color: rgb(158,213,67); }
H1.HeaderClassName
{
color: #9ED543;
}
.AnyTagClassName
{
color: #9ED543;
}
</style>
background-color css
<style>
a { background-color: #9ED543; }
a { background-color: rgb(158,213,67); }
div.DivClassName
{
background-color: #9ED543;
}
.BgClassName
{
background-color: #9ED543;
}
</style>
border-color css
<style>
span { border-color: #9ED543; }
span { border-color: rgb(158,213,67); }
td.TdClassName
{
border-color: #9ED543;
}
.TagClassName
{
border-color: #9ED543;
}
</style>