Shades of Atlantis #9FCB54
Tints of Atlantis #9FCB54
RGB
CMYK
RGB Variations
Color information
#9FCB54 (or 0x9FCB54) is known color: Atlantis. HEX triplet: 9F, CB and 54. RGB value is (159,203,84). Sum of RGB (Red+Green+Blue) = 159+203+84=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB54 is #6034AB. Grayscale: #B0B0B0. Windows color (decimal): -6304940 or 5557151. OLE color: 5557151.
HSL color Cylindrical-coordinate representation of color #9FCB54: hue angle of 82.18º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FCB54 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 84 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.20 |
| HSL | 82.18º | 0.53% | 0.56% | - |
| HSV(B) | 82.18º | 0.59% | 0.8% | - |
| XYZ | 37.25 | 50.72 | 16.21 | - |
| YUV | 176.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 84 | 0.22 | 0 | 0.59 | 0.20 | 82.18 | 0.53 | 0.56 |
| Hex | 9F | CB | 54 | 16 | 0 | 3B | 14 | 52 | 35 | 38 |
| Octal | 237 | 313 | 124 | 26 | 0 | 73 | 24 | 122 | 65 | 70 |
| Binary | 10011111 | 11001011 | 1010100 | 10110 | 0 | 111011 | 10100 | 1010010 | 110101 | 111000 |
Color Harmonies of #9FCB54
Complementary color
Monochromatic Colors of #9FCB54
Black with #9FCB54
Text Example
Text Example
White with #9FCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB54; }
p { color: rgb(159,203,84); }
H1.HeaderClassName
{
color: #9FCB54;
}
.AnyTagClassName
{
color: #9FCB54;
}
</style>
background-color css
<style>
a { background-color: #9FCB54; }
a { background-color: rgb(159,203,84); }
div.DivClassName
{
background-color: #9FCB54;
}
.BgClassName
{
background-color: #9FCB54;
}
</style>
border-color css
<style>
span { border-color: #9FCB54; }
span { border-color: rgb(159,203,84); }
td.TdClassName
{
border-color: #9FCB54;
}
.TagClassName
{
border-color: #9FCB54;
}
</style>