Shades of Atlantis #9EC33F
Tints of Atlantis #9EC33F
RGB
CMYK
RGB Variations
Color information
#9EC33F (or 0x9EC33F) is known color: Atlantis. HEX triplet: 9E, C3 and 3F. RGB value is (158,195,63). Sum of RGB (Red+Green+Blue) = 158+195+63=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC33F is #613CC0. Grayscale: #A9A9A9. Windows color (decimal): -6372545 or 4178846. OLE color: 4178846.
HSL color Cylindrical-coordinate representation of color #9EC33F: hue angle of 76.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EC33F is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 63 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.24 |
| HSL | 76.82º | 0.52% | 0.51% | - |
| HSV(B) | 76.82º | 0.68% | 0.76% | - |
| XYZ | 34.51 | 46.66 | 11.89 | - |
| YUV | 168.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 63 | 0.19 | 0 | 0.68 | 0.24 | 76.82 | 0.52 | 0.51 |
| Hex | 9E | C3 | 3F | 13 | 0 | 44 | 18 | 4D | 34 | 33 |
| Octal | 236 | 303 | 77 | 23 | 0 | 104 | 30 | 115 | 64 | 63 |
| Binary | 10011110 | 11000011 | 111111 | 10011 | 0 | 1000100 | 11000 | 1001101 | 110100 | 110011 |
Color Harmonies of #9EC33F
Complementary color
Monochromatic Colors of #9EC33F
Black with #9EC33F
Text Example
Text Example
White with #9EC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC33F; }
p { color: rgb(158,195,63); }
H1.HeaderClassName
{
color: #9EC33F;
}
.AnyTagClassName
{
color: #9EC33F;
}
</style>
background-color css
<style>
a { background-color: #9EC33F; }
a { background-color: rgb(158,195,63); }
div.DivClassName
{
background-color: #9EC33F;
}
.BgClassName
{
background-color: #9EC33F;
}
</style>
border-color css
<style>
span { border-color: #9EC33F; }
span { border-color: rgb(158,195,63); }
td.TdClassName
{
border-color: #9EC33F;
}
.TagClassName
{
border-color: #9EC33F;
}
</style>