Shades of Atlantis #9CC655
Tints of Atlantis #9CC655
RGB
CMYK
RGB Variations
Color information
#9CC655 (or 0x9CC655) is known color: Atlantis. HEX triplet: 9C, C6 and 55. RGB value is (156,198,85). Sum of RGB (Red+Green+Blue) = 156+198+85=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC655 is #6339AA. Grayscale: #ACACAC. Windows color (decimal): -6502827 or 5621404. OLE color: 5621404.
HSL color Cylindrical-coordinate representation of color #9CC655: hue angle of 82.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CC655 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 85 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.22 |
| HSL | 82.3º | 0.5% | 0.55% | - |
| HSV(B) | 82.3º | 0.57% | 0.78% | - |
| XYZ | 35.54 | 48.11 | 16.01 | - |
| YUV | 172.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 85 | 0.21 | 0 | 0.57 | 0.22 | 82.3 | 0.5 | 0.55 |
| Hex | 9C | C6 | 55 | 15 | 0 | 39 | 16 | 52 | 32 | 37 |
| Octal | 234 | 306 | 125 | 25 | 0 | 71 | 26 | 122 | 62 | 67 |
| Binary | 10011100 | 11000110 | 1010101 | 10101 | 0 | 111001 | 10110 | 1010010 | 110010 | 110111 |
Color Harmonies of #9CC655
Complementary color
Monochromatic Colors of #9CC655
Black with #9CC655
Text Example
Text Example
White with #9CC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC655; }
p { color: rgb(156,198,85); }
H1.HeaderClassName
{
color: #9CC655;
}
.AnyTagClassName
{
color: #9CC655;
}
</style>
background-color css
<style>
a { background-color: #9CC655; }
a { background-color: rgb(156,198,85); }
div.DivClassName
{
background-color: #9CC655;
}
.BgClassName
{
background-color: #9CC655;
}
</style>
border-color css
<style>
span { border-color: #9CC655; }
span { border-color: rgb(156,198,85); }
td.TdClassName
{
border-color: #9CC655;
}
.TagClassName
{
border-color: #9CC655;
}
</style>