Shades of Atlantis #9CC350
Tints of Atlantis #9CC350
RGB
CMYK
RGB Variations
Color information
#9CC350 (or 0x9CC350) is known color: Atlantis. HEX triplet: 9C, C3 and 50. RGB value is (156,195,80). Sum of RGB (Red+Green+Blue) = 156+195+80=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC350 is #633CAF. Grayscale: #AAAAAA. Windows color (decimal): -6503600 or 5292956. OLE color: 5292956.
HSL color Cylindrical-coordinate representation of color #9CC350: hue angle of 80.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CC350 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 80 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.24 |
| HSL | 80.35º | 0.49% | 0.54% | - |
| HSV(B) | 80.35º | 0.59% | 0.76% | - |
| XYZ | 34.67 | 46.68 | 14.77 | - |
| YUV | 170.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 80 | 0.20 | 0 | 0.59 | 0.24 | 80.35 | 0.49 | 0.54 |
| Hex | 9C | C3 | 50 | 14 | 0 | 3B | 18 | 50 | 31 | 36 |
| Octal | 234 | 303 | 120 | 24 | 0 | 73 | 30 | 120 | 61 | 66 |
| Binary | 10011100 | 11000011 | 1010000 | 10100 | 0 | 111011 | 11000 | 1010000 | 110001 | 110110 |
Color Harmonies of #9CC350
Complementary color
Monochromatic Colors of #9CC350
Black with #9CC350
Text Example
Text Example
White with #9CC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC350; }
p { color: rgb(156,195,80); }
H1.HeaderClassName
{
color: #9CC350;
}
.AnyTagClassName
{
color: #9CC350;
}
</style>
background-color css
<style>
a { background-color: #9CC350; }
a { background-color: rgb(156,195,80); }
div.DivClassName
{
background-color: #9CC350;
}
.BgClassName
{
background-color: #9CC350;
}
</style>
border-color css
<style>
span { border-color: #9CC350; }
span { border-color: rgb(156,195,80); }
td.TdClassName
{
border-color: #9CC350;
}
.TagClassName
{
border-color: #9CC350;
}
</style>