Shades of Atlantis #9CC356
Tints of Atlantis #9CC356
RGB
CMYK
RGB Variations
Color information
#9CC356 (or 0x9CC356) is known color: Atlantis. HEX triplet: 9C, C3 and 56. RGB value is (156,195,86). Sum of RGB (Red+Green+Blue) = 156+195+86=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC356 is #633CA9. Grayscale: #ABABAB. Windows color (decimal): -6503594 or 5686172. OLE color: 5686172.
HSL color Cylindrical-coordinate representation of color #9CC356: hue angle of 81.47º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CC356 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 86 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.24 |
| HSL | 81.47º | 0.48% | 0.55% | - |
| HSV(B) | 81.47º | 0.56% | 0.76% | - |
| XYZ | 34.91 | 46.77 | 15.99 | - |
| YUV | 170.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 86 | 0.20 | 0 | 0.56 | 0.24 | 81.47 | 0.48 | 0.55 |
| Hex | 9C | C3 | 56 | 14 | 0 | 38 | 18 | 51 | 30 | 37 |
| Octal | 234 | 303 | 126 | 24 | 0 | 70 | 30 | 121 | 60 | 67 |
| Binary | 10011100 | 11000011 | 1010110 | 10100 | 0 | 111000 | 11000 | 1010001 | 110000 | 110111 |
Color Harmonies of #9CC356
Complementary color
Monochromatic Colors of #9CC356
Black with #9CC356
Text Example
Text Example
White with #9CC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC356; }
p { color: rgb(156,195,86); }
H1.HeaderClassName
{
color: #9CC356;
}
.AnyTagClassName
{
color: #9CC356;
}
</style>
background-color css
<style>
a { background-color: #9CC356; }
a { background-color: rgb(156,195,86); }
div.DivClassName
{
background-color: #9CC356;
}
.BgClassName
{
background-color: #9CC356;
}
</style>
border-color css
<style>
span { border-color: #9CC356; }
span { border-color: rgb(156,195,86); }
td.TdClassName
{
border-color: #9CC356;
}
.TagClassName
{
border-color: #9CC356;
}
</style>