Shades of Atlantis #9EE93C
Tints of Atlantis #9EE93C
RGB
CMYK
RGB Variations
Color information
#9EE93C (or 0x9EE93C) is known color: Atlantis. HEX triplet: 9E, E9 and 3C. RGB value is (158,233,60). Sum of RGB (Red+Green+Blue) = 158+233+60=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE93C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE93C is #6116C3. Grayscale: #BFBFBF. Windows color (decimal): -6362820 or 3991966. OLE color: 3991966.
HSL color Cylindrical-coordinate representation of color #9EE93C: hue angle of 86.01º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EE93C is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 60 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.09 |
| HSL | 86.01º | 0.8% | 0.57% | - |
| HSV(B) | 86.01º | 0.74% | 0.91% | - |
| XYZ | 44.06 | 65.87 | 14.67 | - |
| YUV | 190.85 | 54.15 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 60 | 0.32 | 0 | 0.74 | 0.09 | 86.01 | 0.8 | 0.57 |
| Hex | 9E | E9 | 3C | 20 | 0 | 4A | 9 | 56 | 50 | 39 |
| Octal | 236 | 351 | 74 | 40 | 0 | 112 | 11 | 126 | 120 | 71 |
| Binary | 10011110 | 11101001 | 111100 | 100000 | 0 | 1001010 | 1001 | 1010110 | 1010000 | 111001 |
Color Harmonies of #9EE93C
Complementary color
Monochromatic Colors of #9EE93C
Black with #9EE93C
Text Example
Text Example
White with #9EE93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE93C; }
p { color: rgb(158,233,60); }
H1.HeaderClassName
{
color: #9EE93C;
}
.AnyTagClassName
{
color: #9EE93C;
}
</style>
background-color css
<style>
a { background-color: #9EE93C; }
a { background-color: rgb(158,233,60); }
div.DivClassName
{
background-color: #9EE93C;
}
.BgClassName
{
background-color: #9EE93C;
}
</style>
border-color css
<style>
span { border-color: #9EE93C; }
span { border-color: rgb(158,233,60); }
td.TdClassName
{
border-color: #9EE93C;
}
.TagClassName
{
border-color: #9EE93C;
}
</style>