Shades of Atlantis #9CC050
Tints of Atlantis #9CC050
RGB
CMYK
RGB Variations
Color information
#9CC050 (or 0x9CC050) is known color: Atlantis. HEX triplet: 9C, C0 and 50. RGB value is (156,192,80). Sum of RGB (Red+Green+Blue) = 156+192+80=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC050 is #633FAF. Grayscale: #A8A8A8. Windows color (decimal): -6504368 or 5292188. OLE color: 5292188.
HSL color Cylindrical-coordinate representation of color #9CC050: hue angle of 79.29º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CC050 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 80 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.25 |
| HSL | 79.29º | 0.47% | 0.53% | - |
| HSV(B) | 79.29º | 0.58% | 0.75% | - |
| XYZ | 34.01 | 45.35 | 14.55 | - |
| YUV | 168.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 80 | 0.19 | 0 | 0.58 | 0.25 | 79.29 | 0.47 | 0.53 |
| Hex | 9C | C0 | 50 | 13 | 0 | 3A | 19 | 4F | 2F | 35 |
| Octal | 234 | 300 | 120 | 23 | 0 | 72 | 31 | 117 | 57 | 65 |
| Binary | 10011100 | 11000000 | 1010000 | 10011 | 0 | 111010 | 11001 | 1001111 | 101111 | 110101 |
Color Harmonies of #9CC050
Complementary color
Monochromatic Colors of #9CC050
Black with #9CC050
Text Example
Text Example
White with #9CC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC050; }
p { color: rgb(156,192,80); }
H1.HeaderClassName
{
color: #9CC050;
}
.AnyTagClassName
{
color: #9CC050;
}
</style>
background-color css
<style>
a { background-color: #9CC050; }
a { background-color: rgb(156,192,80); }
div.DivClassName
{
background-color: #9CC050;
}
.BgClassName
{
background-color: #9CC050;
}
</style>
border-color css
<style>
span { border-color: #9CC050; }
span { border-color: rgb(156,192,80); }
td.TdClassName
{
border-color: #9CC050;
}
.TagClassName
{
border-color: #9CC050;
}
</style>