Shades of Atlantis #9ED444
Tints of Atlantis #9ED444
RGB
CMYK
RGB Variations
Color information
#9ED444 (or 0x9ED444) is known color: Atlantis. HEX triplet: 9E, D4 and 44. RGB value is (158,212,68). Sum of RGB (Red+Green+Blue) = 158+212+68=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED444 is #612BBB. Grayscale: #B3B3B3. Windows color (decimal): -6368188 or 4510878. OLE color: 4510878.
HSL color Cylindrical-coordinate representation of color #9ED444: hue angle of 82.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ED444 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 68 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.17 |
| HSL | 82.5º | 0.63% | 0.55% | - |
| HSV(B) | 82.5º | 0.68% | 0.83% | - |
| XYZ | 38.69 | 54.77 | 14 | - |
| YUV | 179.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 68 | 0.25 | 0 | 0.68 | 0.17 | 82.5 | 0.63 | 0.55 |
| Hex | 9E | D4 | 44 | 19 | 0 | 44 | 11 | 52 | 3F | 37 |
| Octal | 236 | 324 | 104 | 31 | 0 | 104 | 21 | 122 | 77 | 67 |
| Binary | 10011110 | 11010100 | 1000100 | 11001 | 0 | 1000100 | 10001 | 1010010 | 111111 | 110111 |
Color Harmonies of #9ED444
Complementary color
Monochromatic Colors of #9ED444
Black with #9ED444
Text Example
Text Example
White with #9ED444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED444; }
p { color: rgb(158,212,68); }
H1.HeaderClassName
{
color: #9ED444;
}
.AnyTagClassName
{
color: #9ED444;
}
</style>
background-color css
<style>
a { background-color: #9ED444; }
a { background-color: rgb(158,212,68); }
div.DivClassName
{
background-color: #9ED444;
}
.BgClassName
{
background-color: #9ED444;
}
</style>
border-color css
<style>
span { border-color: #9ED444; }
span { border-color: rgb(158,212,68); }
td.TdClassName
{
border-color: #9ED444;
}
.TagClassName
{
border-color: #9ED444;
}
</style>