Shades of Atlantis #9ED53E
Tints of Atlantis #9ED53E
RGB
CMYK
RGB Variations
Color information
#9ED53E (or 0x9ED53E) is known color: Atlantis. HEX triplet: 9E, D5 and 3E. RGB value is (158,213,62). Sum of RGB (Red+Green+Blue) = 158+213+62=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED53E is #612AC1. Grayscale: #B3B3B3. Windows color (decimal): -6367938 or 4117918. OLE color: 4117918.
HSL color Cylindrical-coordinate representation of color #9ED53E: hue angle of 81.85º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ED53E is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 62 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.16 |
| HSL | 81.85º | 0.64% | 0.54% | - |
| HSV(B) | 81.85º | 0.71% | 0.84% | - |
| XYZ | 38.76 | 55.21 | 13.17 | - |
| YUV | 179.34 | 61.78 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 62 | 0.26 | 0 | 0.71 | 0.16 | 81.85 | 0.64 | 0.54 |
| Hex | 9E | D5 | 3E | 1A | 0 | 47 | 10 | 52 | 40 | 36 |
| Octal | 236 | 325 | 76 | 32 | 0 | 107 | 20 | 122 | 100 | 66 |
| Binary | 10011110 | 11010101 | 111110 | 11010 | 0 | 1000111 | 10000 | 1010010 | 1000000 | 110110 |
Color Harmonies of #9ED53E
Complementary color
Monochromatic Colors of #9ED53E
Black with #9ED53E
Text Example
Text Example
White with #9ED53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED53E; }
p { color: rgb(158,213,62); }
H1.HeaderClassName
{
color: #9ED53E;
}
.AnyTagClassName
{
color: #9ED53E;
}
</style>
background-color css
<style>
a { background-color: #9ED53E; }
a { background-color: rgb(158,213,62); }
div.DivClassName
{
background-color: #9ED53E;
}
.BgClassName
{
background-color: #9ED53E;
}
</style>
border-color css
<style>
span { border-color: #9ED53E; }
span { border-color: rgb(158,213,62); }
td.TdClassName
{
border-color: #9ED53E;
}
.TagClassName
{
border-color: #9ED53E;
}
</style>