Shades of Atlantis #9EE841
Tints of Atlantis #9EE841
RGB
CMYK
RGB Variations
Color information
#9EE841 (or 0x9EE841) is known color: Atlantis. HEX triplet: 9E, E8 and 41. RGB value is (158,232,65). Sum of RGB (Red+Green+Blue) = 158+232+65=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE841 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE841 is #6117BE. Grayscale: #BFBFBF. Windows color (decimal): -6363071 or 4319390. OLE color: 4319390.
HSL color Cylindrical-coordinate representation of color #9EE841: hue angle of 86.59º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EE841 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 65 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.09 |
| HSL | 86.59º | 0.78% | 0.58% | - |
| HSV(B) | 86.59º | 0.72% | 0.91% | - |
| XYZ | 43.91 | 65.36 | 15.3 | - |
| YUV | 190.84 | 56.98 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 65 | 0.32 | 0 | 0.72 | 0.09 | 86.59 | 0.78 | 0.58 |
| Hex | 9E | E8 | 41 | 20 | 0 | 48 | 9 | 57 | 4E | 3A |
| Octal | 236 | 350 | 101 | 40 | 0 | 110 | 11 | 127 | 116 | 72 |
| Binary | 10011110 | 11101000 | 1000001 | 100000 | 0 | 1001000 | 1001 | 1010111 | 1001110 | 111010 |
Color Harmonies of #9EE841
Complementary color
Monochromatic Colors of #9EE841
Black with #9EE841
Text Example
Text Example
White with #9EE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE841; }
p { color: rgb(158,232,65); }
H1.HeaderClassName
{
color: #9EE841;
}
.AnyTagClassName
{
color: #9EE841;
}
</style>
background-color css
<style>
a { background-color: #9EE841; }
a { background-color: rgb(158,232,65); }
div.DivClassName
{
background-color: #9EE841;
}
.BgClassName
{
background-color: #9EE841;
}
</style>
border-color css
<style>
span { border-color: #9EE841; }
span { border-color: rgb(158,232,65); }
td.TdClassName
{
border-color: #9EE841;
}
.TagClassName
{
border-color: #9EE841;
}
</style>