Shades of Atlantis #9FC550
Tints of Atlantis #9FC550
RGB
CMYK
RGB Variations
Color information
#9FC550 (or 0x9FC550) is known color: Atlantis. HEX triplet: 9F, C5 and 50. RGB value is (159,197,80). Sum of RGB (Red+Green+Blue) = 159+197+80=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC550 is #603AAF. Grayscale: #ACACAC. Windows color (decimal): -6306480 or 5293471. OLE color: 5293471.
HSL color Cylindrical-coordinate representation of color #9FC550: hue angle of 79.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FC550 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 80 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.23 |
| HSL | 79.49º | 0.5% | 0.54% | - |
| HSV(B) | 79.49º | 0.59% | 0.77% | - |
| XYZ | 35.71 | 47.88 | 14.95 | - |
| YUV | 172.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 80 | 0.19 | 0 | 0.59 | 0.23 | 79.49 | 0.5 | 0.54 |
| Hex | 9F | C5 | 50 | 13 | 0 | 3B | 17 | 4F | 32 | 36 |
| Octal | 237 | 305 | 120 | 23 | 0 | 73 | 27 | 117 | 62 | 66 |
| Binary | 10011111 | 11000101 | 1010000 | 10011 | 0 | 111011 | 10111 | 1001111 | 110010 | 110110 |
Color Harmonies of #9FC550
Complementary color
Monochromatic Colors of #9FC550
Black with #9FC550
Text Example
Text Example
White with #9FC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC550; }
p { color: rgb(159,197,80); }
H1.HeaderClassName
{
color: #9FC550;
}
.AnyTagClassName
{
color: #9FC550;
}
</style>
background-color css
<style>
a { background-color: #9FC550; }
a { background-color: rgb(159,197,80); }
div.DivClassName
{
background-color: #9FC550;
}
.BgClassName
{
background-color: #9FC550;
}
</style>
border-color css
<style>
span { border-color: #9FC550; }
span { border-color: rgb(159,197,80); }
td.TdClassName
{
border-color: #9FC550;
}
.TagClassName
{
border-color: #9FC550;
}
</style>