Shades of Atlantis #9EC041
Tints of Atlantis #9EC041
RGB
CMYK
RGB Variations
Color information
#9EC041 (or 0x9EC041) is known color: Atlantis. HEX triplet: 9E, C0 and 41. RGB value is (158,192,65). Sum of RGB (Red+Green+Blue) = 158+192+65=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC041 is #613FBE. Grayscale: #A7A7A7. Windows color (decimal): -6373311 or 4309150. OLE color: 4309150.
HSL color Cylindrical-coordinate representation of color #9EC041: hue angle of 76.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EC041 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 65 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.25 |
| HSL | 76.06º | 0.5% | 0.5% | - |
| HSV(B) | 76.06º | 0.66% | 0.75% | - |
| XYZ | 33.9 | 45.35 | 11.97 | - |
| YUV | 167.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 65 | 0.18 | 0 | 0.66 | 0.25 | 76.06 | 0.5 | 0.5 |
| Hex | 9E | C0 | 41 | 12 | 0 | 42 | 19 | 4C | 32 | 32 |
| Octal | 236 | 300 | 101 | 22 | 0 | 102 | 31 | 114 | 62 | 62 |
| Binary | 10011110 | 11000000 | 1000001 | 10010 | 0 | 1000010 | 11001 | 1001100 | 110010 | 110010 |
Color Harmonies of #9EC041
Complementary color
Monochromatic Colors of #9EC041
Black with #9EC041
Text Example
Text Example
White with #9EC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC041; }
p { color: rgb(158,192,65); }
H1.HeaderClassName
{
color: #9EC041;
}
.AnyTagClassName
{
color: #9EC041;
}
</style>
background-color css
<style>
a { background-color: #9EC041; }
a { background-color: rgb(158,192,65); }
div.DivClassName
{
background-color: #9EC041;
}
.BgClassName
{
background-color: #9EC041;
}
</style>
border-color css
<style>
span { border-color: #9EC041; }
span { border-color: rgb(158,192,65); }
td.TdClassName
{
border-color: #9EC041;
}
.TagClassName
{
border-color: #9EC041;
}
</style>