Shades of Atlantis #9CCC44
Tints of Atlantis #9CCC44
RGB
CMYK
RGB Variations
Color information
#9CCC44 (or 0x9CCC44) is known color: Atlantis. HEX triplet: 9C, CC and 44. RGB value is (156,204,68). Sum of RGB (Red+Green+Blue) = 156+204+68=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCC44 is #6333BB. Grayscale: #AEAEAE. Windows color (decimal): -6501308 or 4508828. OLE color: 4508828.
HSL color Cylindrical-coordinate representation of color #9CCC44: hue angle of 81.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CCC44 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 68 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.2 |
| HSL | 81.18º | 0.57% | 0.53% | - |
| HSV(B) | 81.18º | 0.67% | 0.8% | - |
| XYZ | 36.35 | 50.67 | 13.33 | - |
| YUV | 174.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 68 | 0.24 | 0 | 0.67 | 0.2 | 81.18 | 0.57 | 0.53 |
| Hex | 9C | CC | 44 | 18 | 0 | 43 | 14 | 51 | 39 | 35 |
| Octal | 234 | 314 | 104 | 30 | 0 | 103 | 24 | 121 | 71 | 65 |
| Binary | 10011100 | 11001100 | 1000100 | 11000 | 0 | 1000011 | 10100 | 1010001 | 111001 | 110101 |
Color Harmonies of #9CCC44
Complementary color
Monochromatic Colors of #9CCC44
Black with #9CCC44
Text Example
Text Example
White with #9CCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC44; }
p { color: rgb(156,204,68); }
H1.HeaderClassName
{
color: #9CCC44;
}
.AnyTagClassName
{
color: #9CCC44;
}
</style>
background-color css
<style>
a { background-color: #9CCC44; }
a { background-color: rgb(156,204,68); }
div.DivClassName
{
background-color: #9CCC44;
}
.BgClassName
{
background-color: #9CCC44;
}
</style>
border-color css
<style>
span { border-color: #9CCC44; }
span { border-color: rgb(156,204,68); }
td.TdClassName
{
border-color: #9CCC44;
}
.TagClassName
{
border-color: #9CCC44;
}
</style>