Shades of Atlantis #9FCB51
Tints of Atlantis #9FCB51
RGB
CMYK
RGB Variations
Color information
#9FCB51 (or 0x9FCB51) is known color: Atlantis. HEX triplet: 9F, CB and 51. RGB value is (159,203,81). Sum of RGB (Red+Green+Blue) = 159+203+81=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB51 is #6034AE. Grayscale: #B0B0B0. Windows color (decimal): -6304943 or 5360543. OLE color: 5360543.
HSL color Cylindrical-coordinate representation of color #9FCB51: hue angle of 81.64º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FCB51 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 81 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.20 |
| HSL | 81.64º | 0.54% | 0.56% | - |
| HSV(B) | 81.64º | 0.6% | 0.8% | - |
| XYZ | 37.14 | 50.68 | 15.61 | - |
| YUV | 175.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 81 | 0.22 | 0 | 0.60 | 0.20 | 81.64 | 0.54 | 0.56 |
| Hex | 9F | CB | 51 | 16 | 0 | 3C | 14 | 52 | 36 | 38 |
| Octal | 237 | 313 | 121 | 26 | 0 | 74 | 24 | 122 | 66 | 70 |
| Binary | 10011111 | 11001011 | 1010001 | 10110 | 0 | 111100 | 10100 | 1010010 | 110110 | 111000 |
Color Harmonies of #9FCB51
Complementary color
Monochromatic Colors of #9FCB51
Black with #9FCB51
Text Example
Text Example
White with #9FCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB51; }
p { color: rgb(159,203,81); }
H1.HeaderClassName
{
color: #9FCB51;
}
.AnyTagClassName
{
color: #9FCB51;
}
</style>
background-color css
<style>
a { background-color: #9FCB51; }
a { background-color: rgb(159,203,81); }
div.DivClassName
{
background-color: #9FCB51;
}
.BgClassName
{
background-color: #9FCB51;
}
</style>
border-color css
<style>
span { border-color: #9FCB51; }
span { border-color: rgb(159,203,81); }
td.TdClassName
{
border-color: #9FCB51;
}
.TagClassName
{
border-color: #9FCB51;
}
</style>