Shades of Atlantis #9CC355
Tints of Atlantis #9CC355
RGB
CMYK
RGB Variations
Color information
#9CC355 (or 0x9CC355) is known color: Atlantis. HEX triplet: 9C, C3 and 55. RGB value is (156,195,85). Sum of RGB (Red+Green+Blue) = 156+195+85=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC355 is #633CAA. Grayscale: #ABABAB. Windows color (decimal): -6503595 or 5620636. OLE color: 5620636.
HSL color Cylindrical-coordinate representation of color #9CC355: hue angle of 81.27º 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 #9CC355 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 85 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.24 |
| HSL | 81.27º | 0.48% | 0.55% | - |
| HSV(B) | 81.27º | 0.56% | 0.76% | - |
| XYZ | 34.87 | 46.75 | 15.78 | - |
| YUV | 170.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 85 | 0.20 | 0 | 0.56 | 0.24 | 81.27 | 0.48 | 0.55 |
| Hex | 9C | C3 | 55 | 14 | 0 | 38 | 18 | 51 | 30 | 37 |
| Octal | 234 | 303 | 125 | 24 | 0 | 70 | 30 | 121 | 60 | 67 |
| Binary | 10011100 | 11000011 | 1010101 | 10100 | 0 | 111000 | 11000 | 1010001 | 110000 | 110111 |
Color Harmonies of #9CC355
Complementary color
Monochromatic Colors of #9CC355
Black with #9CC355
Text Example
Text Example
White with #9CC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC355; }
p { color: rgb(156,195,85); }
H1.HeaderClassName
{
color: #9CC355;
}
.AnyTagClassName
{
color: #9CC355;
}
</style>
background-color css
<style>
a { background-color: #9CC355; }
a { background-color: rgb(156,195,85); }
div.DivClassName
{
background-color: #9CC355;
}
.BgClassName
{
background-color: #9CC355;
}
</style>
border-color css
<style>
span { border-color: #9CC355; }
span { border-color: rgb(156,195,85); }
td.TdClassName
{
border-color: #9CC355;
}
.TagClassName
{
border-color: #9CC355;
}
</style>