Shades of Atlantis #9CC656
Tints of Atlantis #9CC656
RGB
CMYK
RGB Variations
Color information
#9CC656 (or 0x9CC656) is known color: Atlantis. HEX triplet: 9C, C6 and 56. RGB value is (156,198,86). Sum of RGB (Red+Green+Blue) = 156+198+86=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC656 is #6339A9. Grayscale: #ADADAD. Windows color (decimal): -6502826 or 5686940. OLE color: 5686940.
HSL color Cylindrical-coordinate representation of color #9CC656: hue angle of 82.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CC656 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 86 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.22 |
| HSL | 82.5º | 0.5% | 0.56% | - |
| HSV(B) | 82.5º | 0.57% | 0.78% | - |
| XYZ | 35.58 | 48.13 | 16.22 | - |
| YUV | 172.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 86 | 0.21 | 0 | 0.57 | 0.22 | 82.5 | 0.5 | 0.56 |
| Hex | 9C | C6 | 56 | 15 | 0 | 39 | 16 | 52 | 32 | 38 |
| Octal | 234 | 306 | 126 | 25 | 0 | 71 | 26 | 122 | 62 | 70 |
| Binary | 10011100 | 11000110 | 1010110 | 10101 | 0 | 111001 | 10110 | 1010010 | 110010 | 111000 |
Color Harmonies of #9CC656
Complementary color
Monochromatic Colors of #9CC656
Black with #9CC656
Text Example
Text Example
White with #9CC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC656; }
p { color: rgb(156,198,86); }
H1.HeaderClassName
{
color: #9CC656;
}
.AnyTagClassName
{
color: #9CC656;
}
</style>
background-color css
<style>
a { background-color: #9CC656; }
a { background-color: rgb(156,198,86); }
div.DivClassName
{
background-color: #9CC656;
}
.BgClassName
{
background-color: #9CC656;
}
</style>
border-color css
<style>
span { border-color: #9CC656; }
span { border-color: rgb(156,198,86); }
td.TdClassName
{
border-color: #9CC656;
}
.TagClassName
{
border-color: #9CC656;
}
</style>