Shades of Atlantis #9EC43D
Tints of Atlantis #9EC43D
RGB
CMYK
RGB Variations
Color information
#9EC43D (or 0x9EC43D) is known color: Atlantis. HEX triplet: 9E, C4 and 3D. RGB value is (158,196,61). Sum of RGB (Red+Green+Blue) = 158+196+61=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC43D is #613BC2. Grayscale: #A9A9A9. Windows color (decimal): -6372291 or 4048030. OLE color: 4048030.
HSL color Cylindrical-coordinate representation of color #9EC43D: hue angle of 76.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EC43D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 61 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.23 |
| HSL | 76.89º | 0.53% | 0.5% | - |
| HSV(B) | 76.89º | 0.69% | 0.77% | - |
| XYZ | 34.68 | 47.09 | 11.68 | - |
| YUV | 169.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 61 | 0.19 | 0 | 0.69 | 0.23 | 76.89 | 0.53 | 0.5 |
| Hex | 9E | C4 | 3D | 13 | 0 | 45 | 17 | 4D | 35 | 32 |
| Octal | 236 | 304 | 75 | 23 | 0 | 105 | 27 | 115 | 65 | 62 |
| Binary | 10011110 | 11000100 | 111101 | 10011 | 0 | 1000101 | 10111 | 1001101 | 110101 | 110010 |
Color Harmonies of #9EC43D
Complementary color
Monochromatic Colors of #9EC43D
Black with #9EC43D
Text Example
Text Example
White with #9EC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC43D; }
p { color: rgb(158,196,61); }
H1.HeaderClassName
{
color: #9EC43D;
}
.AnyTagClassName
{
color: #9EC43D;
}
</style>
background-color css
<style>
a { background-color: #9EC43D; }
a { background-color: rgb(158,196,61); }
div.DivClassName
{
background-color: #9EC43D;
}
.BgClassName
{
background-color: #9EC43D;
}
</style>
border-color css
<style>
span { border-color: #9EC43D; }
span { border-color: rgb(158,196,61); }
td.TdClassName
{
border-color: #9EC43D;
}
.TagClassName
{
border-color: #9EC43D;
}
</style>