Shades of Atlantis #9FC656
Tints of Atlantis #9FC656
RGB
CMYK
RGB Variations
Color information
#9FC656 (or 0x9FC656) is known color: Atlantis. HEX triplet: 9F, C6 and 56. RGB value is (159,198,86). Sum of RGB (Red+Green+Blue) = 159+198+86=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC656 is #6039A9. Grayscale: #ADADAD. Windows color (decimal): -6306218 or 5686943. OLE color: 5686943.
HSL color Cylindrical-coordinate representation of color #9FC656: hue angle of 80.89º 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 #9FC656 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 86 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.22 |
| HSL | 80.89º | 0.5% | 0.56% | - |
| HSV(B) | 80.89º | 0.57% | 0.78% | - |
| XYZ | 36.17 | 48.43 | 16.25 | - |
| YUV | 173.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 86 | 0.20 | 0 | 0.57 | 0.22 | 80.89 | 0.5 | 0.56 |
| Hex | 9F | C6 | 56 | 14 | 0 | 39 | 16 | 51 | 32 | 38 |
| Octal | 237 | 306 | 126 | 24 | 0 | 71 | 26 | 121 | 62 | 70 |
| Binary | 10011111 | 11000110 | 1010110 | 10100 | 0 | 111001 | 10110 | 1010001 | 110010 | 111000 |
Color Harmonies of #9FC656
Complementary color
Monochromatic Colors of #9FC656
Black with #9FC656
Text Example
Text Example
White with #9FC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC656; }
p { color: rgb(159,198,86); }
H1.HeaderClassName
{
color: #9FC656;
}
.AnyTagClassName
{
color: #9FC656;
}
</style>
background-color css
<style>
a { background-color: #9FC656; }
a { background-color: rgb(159,198,86); }
div.DivClassName
{
background-color: #9FC656;
}
.BgClassName
{
background-color: #9FC656;
}
</style>
border-color css
<style>
span { border-color: #9FC656; }
span { border-color: rgb(159,198,86); }
td.TdClassName
{
border-color: #9FC656;
}
.TagClassName
{
border-color: #9FC656;
}
</style>