Shades of Atlantis #9CCA4D
Tints of Atlantis #9CCA4D
RGB
CMYK
RGB Variations
Color information
#9CCA4D (or 0x9CCA4D) is known color: Atlantis. HEX triplet: 9C, CA and 4D. RGB value is (156,202,77). Sum of RGB (Red+Green+Blue) = 156+202+77=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA4D is #6335B2. Grayscale: #AEAEAE. Windows color (decimal): -6501811 or 5098140. OLE color: 5098140.
HSL color Cylindrical-coordinate representation of color #9CCA4D: hue angle of 82.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CCA4D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 77 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.21 |
| HSL | 82.08º | 0.54% | 0.55% | - |
| HSV(B) | 82.08º | 0.62% | 0.79% | - |
| XYZ | 36.17 | 49.84 | 14.74 | - |
| YUV | 174 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 77 | 0.23 | 0 | 0.62 | 0.21 | 82.08 | 0.54 | 0.55 |
| Hex | 9C | CA | 4D | 17 | 0 | 3E | 15 | 52 | 36 | 37 |
| Octal | 234 | 312 | 115 | 27 | 0 | 76 | 25 | 122 | 66 | 67 |
| Binary | 10011100 | 11001010 | 1001101 | 10111 | 0 | 111110 | 10101 | 1010010 | 110110 | 110111 |
Color Harmonies of #9CCA4D
Complementary color
Monochromatic Colors of #9CCA4D
Black with #9CCA4D
Text Example
Text Example
White with #9CCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA4D; }
p { color: rgb(156,202,77); }
H1.HeaderClassName
{
color: #9CCA4D;
}
.AnyTagClassName
{
color: #9CCA4D;
}
</style>
background-color css
<style>
a { background-color: #9CCA4D; }
a { background-color: rgb(156,202,77); }
div.DivClassName
{
background-color: #9CCA4D;
}
.BgClassName
{
background-color: #9CCA4D;
}
</style>
border-color css
<style>
span { border-color: #9CCA4D; }
span { border-color: rgb(156,202,77); }
td.TdClassName
{
border-color: #9CCA4D;
}
.TagClassName
{
border-color: #9CCA4D;
}
</style>