Shades of Atlantis #9EC33B
Tints of Atlantis #9EC33B
RGB
CMYK
RGB Variations
Color information
#9EC33B (or 0x9EC33B) is known color: Atlantis. HEX triplet: 9E, C3 and 3B. RGB value is (158,195,59). Sum of RGB (Red+Green+Blue) = 158+195+59=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC33B is #613CC4. Grayscale: #A8A8A8. Windows color (decimal): -6372549 or 3916702. OLE color: 3916702.
HSL color Cylindrical-coordinate representation of color #9EC33B: hue angle of 76.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9EC33B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 59 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.24 |
| HSL | 76.32º | 0.54% | 0.5% | - |
| HSV(B) | 76.32º | 0.7% | 0.76% | - |
| XYZ | 34.41 | 46.62 | 11.32 | - |
| YUV | 168.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 59 | 0.19 | 0 | 0.70 | 0.24 | 76.32 | 0.54 | 0.5 |
| Hex | 9E | C3 | 3B | 13 | 0 | 46 | 18 | 4C | 36 | 32 |
| Octal | 236 | 303 | 73 | 23 | 0 | 106 | 30 | 114 | 66 | 62 |
| Binary | 10011110 | 11000011 | 111011 | 10011 | 0 | 1000110 | 11000 | 1001100 | 110110 | 110010 |
Color Harmonies of #9EC33B
Complementary color
Monochromatic Colors of #9EC33B
Black with #9EC33B
Text Example
Text Example
White with #9EC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC33B; }
p { color: rgb(158,195,59); }
H1.HeaderClassName
{
color: #9EC33B;
}
.AnyTagClassName
{
color: #9EC33B;
}
</style>
background-color css
<style>
a { background-color: #9EC33B; }
a { background-color: rgb(158,195,59); }
div.DivClassName
{
background-color: #9EC33B;
}
.BgClassName
{
background-color: #9EC33B;
}
</style>
border-color css
<style>
span { border-color: #9EC33B; }
span { border-color: rgb(158,195,59); }
td.TdClassName
{
border-color: #9EC33B;
}
.TagClassName
{
border-color: #9EC33B;
}
</style>