Shades of Atlantis #9EC040
Tints of Atlantis #9EC040
RGB
CMYK
RGB Variations
Color information
#9EC040 (or 0x9EC040) is known color: Atlantis. HEX triplet: 9E, C0 and 40. RGB value is (158,192,64). Sum of RGB (Red+Green+Blue) = 158+192+64=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC040 is #613FBF. Grayscale: #A7A7A7. Windows color (decimal): -6373312 or 4243614. OLE color: 4243614.
HSL color Cylindrical-coordinate representation of color #9EC040: hue angle of 75.94º degrees, saturation: 0.5, 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 #9EC040 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 64 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.25 |
| HSL | 75.94º | 0.5% | 0.5% | - |
| HSV(B) | 75.94º | 0.67% | 0.75% | - |
| XYZ | 33.88 | 45.34 | 11.82 | - |
| YUV | 167.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 64 | 0.18 | 0 | 0.67 | 0.25 | 75.94 | 0.5 | 0.5 |
| Hex | 9E | C0 | 40 | 12 | 0 | 43 | 19 | 4C | 32 | 32 |
| Octal | 236 | 300 | 100 | 22 | 0 | 103 | 31 | 114 | 62 | 62 |
| Binary | 10011110 | 11000000 | 1000000 | 10010 | 0 | 1000011 | 11001 | 1001100 | 110010 | 110010 |
Color Harmonies of #9EC040
Complementary color
Monochromatic Colors of #9EC040
Black with #9EC040
Text Example
Text Example
White with #9EC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC040; }
p { color: rgb(158,192,64); }
H1.HeaderClassName
{
color: #9EC040;
}
.AnyTagClassName
{
color: #9EC040;
}
</style>
background-color css
<style>
a { background-color: #9EC040; }
a { background-color: rgb(158,192,64); }
div.DivClassName
{
background-color: #9EC040;
}
.BgClassName
{
background-color: #9EC040;
}
</style>
border-color css
<style>
span { border-color: #9EC040; }
span { border-color: rgb(158,192,64); }
td.TdClassName
{
border-color: #9EC040;
}
.TagClassName
{
border-color: #9EC040;
}
</style>