Shades of Atlantis #9EC03F
Tints of Atlantis #9EC03F
RGB
CMYK
RGB Variations
Color information
#9EC03F (or 0x9EC03F) is known color: Atlantis. HEX triplet: 9E, C0 and 3F. RGB value is (158,192,63). Sum of RGB (Red+Green+Blue) = 158+192+63=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC03F is #613FC0. Grayscale: #A7A7A7. Windows color (decimal): -6373313 or 4178078. OLE color: 4178078.
HSL color Cylindrical-coordinate representation of color #9EC03F: hue angle of 75.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EC03F is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 63 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.25 |
| HSL | 75.81º | 0.51% | 0.5% | - |
| HSV(B) | 75.81º | 0.67% | 0.75% | - |
| XYZ | 33.85 | 45.33 | 11.67 | - |
| YUV | 167.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 63 | 0.18 | 0 | 0.67 | 0.25 | 75.81 | 0.51 | 0.5 |
| Hex | 9E | C0 | 3F | 12 | 0 | 43 | 19 | 4C | 33 | 32 |
| Octal | 236 | 300 | 77 | 22 | 0 | 103 | 31 | 114 | 63 | 62 |
| Binary | 10011110 | 11000000 | 111111 | 10010 | 0 | 1000011 | 11001 | 1001100 | 110011 | 110010 |
Color Harmonies of #9EC03F
Complementary color
Monochromatic Colors of #9EC03F
Black with #9EC03F
Text Example
Text Example
White with #9EC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC03F; }
p { color: rgb(158,192,63); }
H1.HeaderClassName
{
color: #9EC03F;
}
.AnyTagClassName
{
color: #9EC03F;
}
</style>
background-color css
<style>
a { background-color: #9EC03F; }
a { background-color: rgb(158,192,63); }
div.DivClassName
{
background-color: #9EC03F;
}
.BgClassName
{
background-color: #9EC03F;
}
</style>
border-color css
<style>
span { border-color: #9EC03F; }
span { border-color: rgb(158,192,63); }
td.TdClassName
{
border-color: #9EC03F;
}
.TagClassName
{
border-color: #9EC03F;
}
</style>