Shades of Atlantis #9CC048
Tints of Atlantis #9CC048
RGB
CMYK
RGB Variations
Color information
#9CC048 (or 0x9CC048) is known color: Atlantis. HEX triplet: 9C, C0 and 48. RGB value is (156,192,72). Sum of RGB (Red+Green+Blue) = 156+192+72=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC048 is #633FB7. Grayscale: #A7A7A7. Windows color (decimal): -6504376 or 4767900. OLE color: 4767900.
HSL color Cylindrical-coordinate representation of color #9CC048: hue angle of 78º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CC048 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 72 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.25 |
| HSL | 78º | 0.49% | 0.52% | - |
| HSV(B) | 78º | 0.63% | 0.75% | - |
| XYZ | 33.73 | 45.24 | 13.08 | - |
| YUV | 167.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 72 | 0.19 | 0 | 0.63 | 0.25 | 78 | 0.49 | 0.52 |
| Hex | 9C | C0 | 48 | 13 | 0 | 3F | 19 | 4E | 31 | 34 |
| Octal | 234 | 300 | 110 | 23 | 0 | 77 | 31 | 116 | 61 | 64 |
| Binary | 10011100 | 11000000 | 1001000 | 10011 | 0 | 111111 | 11001 | 1001110 | 110001 | 110100 |
Color Harmonies of #9CC048
Complementary color
Monochromatic Colors of #9CC048
Black with #9CC048
Text Example
Text Example
White with #9CC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC048; }
p { color: rgb(156,192,72); }
H1.HeaderClassName
{
color: #9CC048;
}
.AnyTagClassName
{
color: #9CC048;
}
</style>
background-color css
<style>
a { background-color: #9CC048; }
a { background-color: rgb(156,192,72); }
div.DivClassName
{
background-color: #9CC048;
}
.BgClassName
{
background-color: #9CC048;
}
</style>
border-color css
<style>
span { border-color: #9CC048; }
span { border-color: rgb(156,192,72); }
td.TdClassName
{
border-color: #9CC048;
}
.TagClassName
{
border-color: #9CC048;
}
</style>