Shades of Atlantis #9EE139
Tints of Atlantis #9EE139
RGB
CMYK
RGB Variations
Color information
#9EE139 (or 0x9EE139) is known color: Atlantis. HEX triplet: 9E, E1 and 39. RGB value is (158,225,57). Sum of RGB (Red+Green+Blue) = 158+225+57=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE139 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE139 is #611EC6. Grayscale: #BABABA. Windows color (decimal): -6364871 or 3793310. OLE color: 3793310.
HSL color Cylindrical-coordinate representation of color #9EE139: hue angle of 83.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EE139 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 57 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.12 |
| HSL | 83.93º | 0.74% | 0.55% | - |
| HSV(B) | 83.93º | 0.75% | 0.88% | - |
| XYZ | 41.76 | 61.41 | 13.52 | - |
| YUV | 185.82 | 55.3 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 57 | 0.30 | 0 | 0.75 | 0.12 | 83.93 | 0.74 | 0.55 |
| Hex | 9E | E1 | 39 | 1E | 0 | 4B | C | 54 | 4A | 37 |
| Octal | 236 | 341 | 71 | 36 | 0 | 113 | 14 | 124 | 112 | 67 |
| Binary | 10011110 | 11100001 | 111001 | 11110 | 0 | 1001011 | 1100 | 1010100 | 1001010 | 110111 |
Color Harmonies of #9EE139
Complementary color
Monochromatic Colors of #9EE139
Black with #9EE139
Text Example
Text Example
White with #9EE139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE139; }
p { color: rgb(158,225,57); }
H1.HeaderClassName
{
color: #9EE139;
}
.AnyTagClassName
{
color: #9EE139;
}
</style>
background-color css
<style>
a { background-color: #9EE139; }
a { background-color: rgb(158,225,57); }
div.DivClassName
{
background-color: #9EE139;
}
.BgClassName
{
background-color: #9EE139;
}
</style>
border-color css
<style>
span { border-color: #9EE139; }
span { border-color: rgb(158,225,57); }
td.TdClassName
{
border-color: #9EE139;
}
.TagClassName
{
border-color: #9EE139;
}
</style>