Shades of Atlantis #9EC340
Tints of Atlantis #9EC340
RGB
CMYK
RGB Variations
Color information
#9EC340 (or 0x9EC340) is known color: Atlantis. HEX triplet: 9E, C3 and 40. RGB value is (158,195,64). Sum of RGB (Red+Green+Blue) = 158+195+64=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC340 is #613CBF. Grayscale: #A9A9A9. Windows color (decimal): -6372544 or 4244382. OLE color: 4244382.
HSL color Cylindrical-coordinate representation of color #9EC340: hue angle of 76.95º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EC340 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 64 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.24 |
| HSL | 76.95º | 0.52% | 0.51% | - |
| HSV(B) | 76.95º | 0.67% | 0.76% | - |
| XYZ | 34.54 | 46.67 | 12.04 | - |
| YUV | 169 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 64 | 0.19 | 0 | 0.67 | 0.24 | 76.95 | 0.52 | 0.51 |
| Hex | 9E | C3 | 40 | 13 | 0 | 43 | 18 | 4D | 34 | 33 |
| Octal | 236 | 303 | 100 | 23 | 0 | 103 | 30 | 115 | 64 | 63 |
| Binary | 10011110 | 11000011 | 1000000 | 10011 | 0 | 1000011 | 11000 | 1001101 | 110100 | 110011 |
Color Harmonies of #9EC340
Complementary color
Monochromatic Colors of #9EC340
Black with #9EC340
Text Example
Text Example
White with #9EC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC340; }
p { color: rgb(158,195,64); }
H1.HeaderClassName
{
color: #9EC340;
}
.AnyTagClassName
{
color: #9EC340;
}
</style>
background-color css
<style>
a { background-color: #9EC340; }
a { background-color: rgb(158,195,64); }
div.DivClassName
{
background-color: #9EC340;
}
.BgClassName
{
background-color: #9EC340;
}
</style>
border-color css
<style>
span { border-color: #9EC340; }
span { border-color: rgb(158,195,64); }
td.TdClassName
{
border-color: #9EC340;
}
.TagClassName
{
border-color: #9EC340;
}
</style>