Shades of Atlantis #9CC44D
Tints of Atlantis #9CC44D
RGB
CMYK
RGB Variations
Color information
#9CC44D (or 0x9CC44D) is known color: Atlantis. HEX triplet: 9C, C4 and 4D. RGB value is (156,196,77). Sum of RGB (Red+Green+Blue) = 156+196+77=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC44D is #633BB2. Grayscale: #AAAAAA. Windows color (decimal): -6503347 or 5096604. OLE color: 5096604.
HSL color Cylindrical-coordinate representation of color #9CC44D: hue angle of 80.17º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CC44D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 77 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.23 |
| HSL | 80.17º | 0.5% | 0.54% | - |
| HSV(B) | 80.17º | 0.61% | 0.77% | - |
| XYZ | 34.79 | 47.08 | 14.28 | - |
| YUV | 170.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 77 | 0.20 | 0 | 0.61 | 0.23 | 80.17 | 0.5 | 0.54 |
| Hex | 9C | C4 | 4D | 14 | 0 | 3D | 17 | 50 | 32 | 36 |
| Octal | 234 | 304 | 115 | 24 | 0 | 75 | 27 | 120 | 62 | 66 |
| Binary | 10011100 | 11000100 | 1001101 | 10100 | 0 | 111101 | 10111 | 1010000 | 110010 | 110110 |
Color Harmonies of #9CC44D
Complementary color
Monochromatic Colors of #9CC44D
Black with #9CC44D
Text Example
Text Example
White with #9CC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC44D; }
p { color: rgb(156,196,77); }
H1.HeaderClassName
{
color: #9CC44D;
}
.AnyTagClassName
{
color: #9CC44D;
}
</style>
background-color css
<style>
a { background-color: #9CC44D; }
a { background-color: rgb(156,196,77); }
div.DivClassName
{
background-color: #9CC44D;
}
.BgClassName
{
background-color: #9CC44D;
}
</style>
border-color css
<style>
span { border-color: #9CC44D; }
span { border-color: rgb(156,196,77); }
td.TdClassName
{
border-color: #9CC44D;
}
.TagClassName
{
border-color: #9CC44D;
}
</style>