Shades of Atlantis #9CC047
Tints of Atlantis #9CC047
RGB
CMYK
RGB Variations
Color information
#9CC047 (or 0x9CC047) is known color: Atlantis. HEX triplet: 9C, C0 and 47. RGB value is (156,192,71). Sum of RGB (Red+Green+Blue) = 156+192+71=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC047 is #633FB8. Grayscale: #A7A7A7. Windows color (decimal): -6504377 or 4702364. OLE color: 4702364.
HSL color Cylindrical-coordinate representation of color #9CC047: hue angle of 77.85º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CC047 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 71 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.25 |
| HSL | 77.85º | 0.49% | 0.52% | - |
| HSV(B) | 77.85º | 0.63% | 0.75% | - |
| XYZ | 33.7 | 45.22 | 12.91 | - |
| YUV | 167.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 71 | 0.19 | 0 | 0.63 | 0.25 | 77.85 | 0.49 | 0.52 |
| Hex | 9C | C0 | 47 | 13 | 0 | 3F | 19 | 4E | 31 | 34 |
| Octal | 234 | 300 | 107 | 23 | 0 | 77 | 31 | 116 | 61 | 64 |
| Binary | 10011100 | 11000000 | 1000111 | 10011 | 0 | 111111 | 11001 | 1001110 | 110001 | 110100 |
Color Harmonies of #9CC047
Complementary color
Monochromatic Colors of #9CC047
Black with #9CC047
Text Example
Text Example
White with #9CC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC047; }
p { color: rgb(156,192,71); }
H1.HeaderClassName
{
color: #9CC047;
}
.AnyTagClassName
{
color: #9CC047;
}
</style>
background-color css
<style>
a { background-color: #9CC047; }
a { background-color: rgb(156,192,71); }
div.DivClassName
{
background-color: #9CC047;
}
.BgClassName
{
background-color: #9CC047;
}
</style>
border-color css
<style>
span { border-color: #9CC047; }
span { border-color: rgb(156,192,71); }
td.TdClassName
{
border-color: #9CC047;
}
.TagClassName
{
border-color: #9CC047;
}
</style>