Shades of Atlantis #9EE445
Tints of Atlantis #9EE445
RGB
CMYK
RGB Variations
Color information
#9EE445 (or 0x9EE445) is known color: Atlantis. HEX triplet: 9E, E4 and 45. RGB value is (158,228,69). Sum of RGB (Red+Green+Blue) = 158+228+69=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE445 is #611BBA. Grayscale: #BDBDBD. Windows color (decimal): -6364091 or 4580510. OLE color: 4580510.
HSL color Cylindrical-coordinate representation of color #9EE445: hue angle of 86.42º 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 #9EE445 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 69 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.11 |
| HSL | 86.42º | 0.75% | 0.58% | - |
| HSV(B) | 86.42º | 0.7% | 0.89% | - |
| XYZ | 42.92 | 63.19 | 15.56 | - |
| YUV | 188.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 69 | 0.31 | 0 | 0.70 | 0.11 | 86.42 | 0.75 | 0.58 |
| Hex | 9E | E4 | 45 | 1F | 0 | 46 | B | 56 | 4B | 3A |
| Octal | 236 | 344 | 105 | 37 | 0 | 106 | 13 | 126 | 113 | 72 |
| Binary | 10011110 | 11100100 | 1000101 | 11111 | 0 | 1000110 | 1011 | 1010110 | 1001011 | 111010 |
Color Harmonies of #9EE445
Complementary color
Monochromatic Colors of #9EE445
Black with #9EE445
Text Example
Text Example
White with #9EE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE445; }
p { color: rgb(158,228,69); }
H1.HeaderClassName
{
color: #9EE445;
}
.AnyTagClassName
{
color: #9EE445;
}
</style>
background-color css
<style>
a { background-color: #9EE445; }
a { background-color: rgb(158,228,69); }
div.DivClassName
{
background-color: #9EE445;
}
.BgClassName
{
background-color: #9EE445;
}
</style>
border-color css
<style>
span { border-color: #9EE445; }
span { border-color: rgb(158,228,69); }
td.TdClassName
{
border-color: #9EE445;
}
.TagClassName
{
border-color: #9EE445;
}
</style>