Shades of Atlantis #9FC556
Tints of Atlantis #9FC556
RGB
CMYK
RGB Variations
Color information
#9FC556 (or 0x9FC556) is known color: Atlantis. HEX triplet: 9F, C5 and 56. RGB value is (159,197,86). Sum of RGB (Red+Green+Blue) = 159+197+86=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC556 is #603AA9. Grayscale: #ADADAD. Windows color (decimal): -6306474 or 5686687. OLE color: 5686687.
HSL color Cylindrical-coordinate representation of color #9FC556: hue angle of 80.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FC556 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 86 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.23 |
| HSL | 80.54º | 0.49% | 0.55% | - |
| HSV(B) | 80.54º | 0.56% | 0.77% | - |
| XYZ | 35.94 | 47.98 | 16.17 | - |
| YUV | 172.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 86 | 0.19 | 0 | 0.56 | 0.23 | 80.54 | 0.49 | 0.55 |
| Hex | 9F | C5 | 56 | 13 | 0 | 38 | 17 | 51 | 31 | 37 |
| Octal | 237 | 305 | 126 | 23 | 0 | 70 | 27 | 121 | 61 | 67 |
| Binary | 10011111 | 11000101 | 1010110 | 10011 | 0 | 111000 | 10111 | 1010001 | 110001 | 110111 |
Color Harmonies of #9FC556
Complementary color
Monochromatic Colors of #9FC556
Black with #9FC556
Text Example
Text Example
White with #9FC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC556; }
p { color: rgb(159,197,86); }
H1.HeaderClassName
{
color: #9FC556;
}
.AnyTagClassName
{
color: #9FC556;
}
</style>
background-color css
<style>
a { background-color: #9FC556; }
a { background-color: rgb(159,197,86); }
div.DivClassName
{
background-color: #9FC556;
}
.BgClassName
{
background-color: #9FC556;
}
</style>
border-color css
<style>
span { border-color: #9FC556; }
span { border-color: rgb(159,197,86); }
td.TdClassName
{
border-color: #9FC556;
}
.TagClassName
{
border-color: #9FC556;
}
</style>