Shades of Atlantis #9EE732
Tints of Atlantis #9EE732
RGB
CMYK
RGB Variations
Color information
#9EE732 (or 0x9EE732) is known color: Atlantis. HEX triplet: 9E, E7 and 32. RGB value is (158,231,50). Sum of RGB (Red+Green+Blue) = 158+231+50=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE732 is #6118CD. Grayscale: #BDBDBD. Windows color (decimal): -6363342 or 3336094. OLE color: 3336094.
HSL color Cylindrical-coordinate representation of color #9EE732: hue angle of 84.2º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EE732 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 50 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.09 |
| HSL | 84.2º | 0.79% | 0.55% | - |
| HSV(B) | 84.2º | 0.78% | 0.91% | - |
| XYZ | 43.25 | 64.65 | 13.22 | - |
| YUV | 188.54 | 49.82 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 50 | 0.32 | 0 | 0.78 | 0.09 | 84.2 | 0.79 | 0.55 |
| Hex | 9E | E7 | 32 | 20 | 0 | 4E | 9 | 54 | 4F | 37 |
| Octal | 236 | 347 | 62 | 40 | 0 | 116 | 11 | 124 | 117 | 67 |
| Binary | 10011110 | 11100111 | 110010 | 100000 | 0 | 1001110 | 1001 | 1010100 | 1001111 | 110111 |
Color Harmonies of #9EE732
Complementary color
Monochromatic Colors of #9EE732
Black with #9EE732
Text Example
Text Example
White with #9EE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE732; }
p { color: rgb(158,231,50); }
H1.HeaderClassName
{
color: #9EE732;
}
.AnyTagClassName
{
color: #9EE732;
}
</style>
background-color css
<style>
a { background-color: #9EE732; }
a { background-color: rgb(158,231,50); }
div.DivClassName
{
background-color: #9EE732;
}
.BgClassName
{
background-color: #9EE732;
}
</style>
border-color css
<style>
span { border-color: #9EE732; }
span { border-color: rgb(158,231,50); }
td.TdClassName
{
border-color: #9EE732;
}
.TagClassName
{
border-color: #9EE732;
}
</style>