Shades of Atlantis #9CCA44
Tints of Atlantis #9CCA44
RGB
CMYK
RGB Variations
Color information
#9CCA44 (or 0x9CCA44) is known color: Atlantis. HEX triplet: 9C, CA and 44. RGB value is (156,202,68). Sum of RGB (Red+Green+Blue) = 156+202+68=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCA44 is #6335BB. Grayscale: #ADADAD. Windows color (decimal): -6501820 or 4508316. OLE color: 4508316.
HSL color Cylindrical-coordinate representation of color #9CCA44: hue angle of 80.6º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CCA44 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 68 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.21 |
| HSL | 80.6º | 0.56% | 0.53% | - |
| HSV(B) | 80.6º | 0.66% | 0.79% | - |
| XYZ | 35.87 | 49.73 | 13.18 | - |
| YUV | 172.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 68 | 0.23 | 0 | 0.66 | 0.21 | 80.6 | 0.56 | 0.53 |
| Hex | 9C | CA | 44 | 17 | 0 | 42 | 15 | 51 | 38 | 35 |
| Octal | 234 | 312 | 104 | 27 | 0 | 102 | 25 | 121 | 70 | 65 |
| Binary | 10011100 | 11001010 | 1000100 | 10111 | 0 | 1000010 | 10101 | 1010001 | 111000 | 110101 |
Color Harmonies of #9CCA44
Complementary color
Monochromatic Colors of #9CCA44
Black with #9CCA44
Text Example
Text Example
White with #9CCA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA44; }
p { color: rgb(156,202,68); }
H1.HeaderClassName
{
color: #9CCA44;
}
.AnyTagClassName
{
color: #9CCA44;
}
</style>
background-color css
<style>
a { background-color: #9CCA44; }
a { background-color: rgb(156,202,68); }
div.DivClassName
{
background-color: #9CCA44;
}
.BgClassName
{
background-color: #9CCA44;
}
</style>
border-color css
<style>
span { border-color: #9CCA44; }
span { border-color: rgb(156,202,68); }
td.TdClassName
{
border-color: #9CCA44;
}
.TagClassName
{
border-color: #9CCA44;
}
</style>