Shades of Atlantis #9EE52F
Tints of Atlantis #9EE52F
RGB
CMYK
RGB Variations
Color information
#9EE52F (or 0x9EE52F) is known color: Atlantis. HEX triplet: 9E, E5 and 2F. RGB value is (158,229,47). Sum of RGB (Red+Green+Blue) = 158+229+47=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE52F is #611AD0. Grayscale: #BBBBBB. Windows color (decimal): -6363857 or 3138974. OLE color: 3138974.
HSL color Cylindrical-coordinate representation of color #9EE52F: hue angle of 83.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EE52F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 47 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.10 |
| HSL | 83.41º | 0.78% | 0.54% | - |
| HSV(B) | 83.41º | 0.79% | 0.9% | - |
| XYZ | 42.63 | 63.51 | 12.7 | - |
| YUV | 187.02 | 48.98 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 47 | 0.31 | 0 | 0.79 | 0.10 | 83.41 | 0.78 | 0.54 |
| Hex | 9E | E5 | 2F | 1F | 0 | 4F | A | 53 | 4E | 36 |
| Octal | 236 | 345 | 57 | 37 | 0 | 117 | 12 | 123 | 116 | 66 |
| Binary | 10011110 | 11100101 | 101111 | 11111 | 0 | 1001111 | 1010 | 1010011 | 1001110 | 110110 |
Color Harmonies of #9EE52F
Complementary color
Monochromatic Colors of #9EE52F
Black with #9EE52F
Text Example
Text Example
White with #9EE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE52F; }
p { color: rgb(158,229,47); }
H1.HeaderClassName
{
color: #9EE52F;
}
.AnyTagClassName
{
color: #9EE52F;
}
</style>
background-color css
<style>
a { background-color: #9EE52F; }
a { background-color: rgb(158,229,47); }
div.DivClassName
{
background-color: #9EE52F;
}
.BgClassName
{
background-color: #9EE52F;
}
</style>
border-color css
<style>
span { border-color: #9EE52F; }
span { border-color: rgb(158,229,47); }
td.TdClassName
{
border-color: #9EE52F;
}
.TagClassName
{
border-color: #9EE52F;
}
</style>