Shades of Atlantis #9FCB40
Tints of Atlantis #9FCB40
RGB
CMYK
RGB Variations
Color information
#9FCB40 (or 0x9FCB40) is known color: Atlantis. HEX triplet: 9F, CB and 40. RGB value is (159,203,64). Sum of RGB (Red+Green+Blue) = 159+203+64=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCB40 is #6034BF. Grayscale: #AEAEAE. Windows color (decimal): -6304960 or 4246431. OLE color: 4246431.
HSL color Cylindrical-coordinate representation of color #9FCB40: hue angle of 78.99º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FCB40 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 64 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.20 |
| HSL | 78.99º | 0.57% | 0.52% | - |
| HSV(B) | 78.99º | 0.68% | 0.8% | - |
| XYZ | 36.58 | 50.45 | 12.66 | - |
| YUV | 174 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 64 | 0.22 | 0 | 0.68 | 0.20 | 78.99 | 0.57 | 0.52 |
| Hex | 9F | CB | 40 | 16 | 0 | 44 | 14 | 4F | 39 | 34 |
| Octal | 237 | 313 | 100 | 26 | 0 | 104 | 24 | 117 | 71 | 64 |
| Binary | 10011111 | 11001011 | 1000000 | 10110 | 0 | 1000100 | 10100 | 1001111 | 111001 | 110100 |
Color Harmonies of #9FCB40
Complementary color
Monochromatic Colors of #9FCB40
Black with #9FCB40
Text Example
Text Example
White with #9FCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB40; }
p { color: rgb(159,203,64); }
H1.HeaderClassName
{
color: #9FCB40;
}
.AnyTagClassName
{
color: #9FCB40;
}
</style>
background-color css
<style>
a { background-color: #9FCB40; }
a { background-color: rgb(159,203,64); }
div.DivClassName
{
background-color: #9FCB40;
}
.BgClassName
{
background-color: #9FCB40;
}
</style>
border-color css
<style>
span { border-color: #9FCB40; }
span { border-color: rgb(159,203,64); }
td.TdClassName
{
border-color: #9FCB40;
}
.TagClassName
{
border-color: #9FCB40;
}
</style>