Shades of Atlantis #9EE444
Tints of Atlantis #9EE444
RGB
CMYK
RGB Variations
Color information
#9EE444 (or 0x9EE444) is known color: Atlantis. HEX triplet: 9E, E4 and 44. RGB value is (158,228,68). Sum of RGB (Red+Green+Blue) = 158+228+68=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE444 is #611BBB. Grayscale: #BDBDBD. Windows color (decimal): -6364092 or 4514974. OLE color: 4514974.
HSL color Cylindrical-coordinate representation of color #9EE444: hue angle of 86.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9EE444 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 68 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.11 |
| HSL | 86.25º | 0.75% | 0.58% | - |
| HSV(B) | 86.25º | 0.7% | 0.89% | - |
| XYZ | 42.89 | 63.17 | 15.4 | - |
| YUV | 188.83 | 59.81 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 68 | 0.31 | 0 | 0.70 | 0.11 | 86.25 | 0.75 | 0.58 |
| Hex | 9E | E4 | 44 | 1F | 0 | 46 | B | 56 | 4B | 3A |
| Octal | 236 | 344 | 104 | 37 | 0 | 106 | 13 | 126 | 113 | 72 |
| Binary | 10011110 | 11100100 | 1000100 | 11111 | 0 | 1000110 | 1011 | 1010110 | 1001011 | 111010 |
Color Harmonies of #9EE444
Complementary color
Monochromatic Colors of #9EE444
Black with #9EE444
Text Example
Text Example
White with #9EE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE444; }
p { color: rgb(158,228,68); }
H1.HeaderClassName
{
color: #9EE444;
}
.AnyTagClassName
{
color: #9EE444;
}
</style>
background-color css
<style>
a { background-color: #9EE444; }
a { background-color: rgb(158,228,68); }
div.DivClassName
{
background-color: #9EE444;
}
.BgClassName
{
background-color: #9EE444;
}
</style>
border-color css
<style>
span { border-color: #9EE444; }
span { border-color: rgb(158,228,68); }
td.TdClassName
{
border-color: #9EE444;
}
.TagClassName
{
border-color: #9EE444;
}
</style>