Shades of Atlantis #9FD040
Tints of Atlantis #9FD040
RGB
CMYK
RGB Variations
Color information
#9FD040 (or 0x9FD040) is known color: Atlantis. HEX triplet: 9F, D0 and 40. RGB value is (159,208,64). Sum of RGB (Red+Green+Blue) = 159+208+64=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD040 is #602FBF. Grayscale: #B1B1B1. Windows color (decimal): -6303680 or 4247711. OLE color: 4247711.
HSL color Cylindrical-coordinate representation of color #9FD040: hue angle of 80.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FD040 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 64 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.18 |
| HSL | 80.42º | 0.61% | 0.53% | - |
| HSV(B) | 80.42º | 0.69% | 0.82% | - |
| XYZ | 37.78 | 52.85 | 13.06 | - |
| YUV | 176.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 64 | 0.24 | 0 | 0.69 | 0.18 | 80.42 | 0.61 | 0.53 |
| Hex | 9F | D0 | 40 | 18 | 0 | 45 | 12 | 50 | 3D | 35 |
| Octal | 237 | 320 | 100 | 30 | 0 | 105 | 22 | 120 | 75 | 65 |
| Binary | 10011111 | 11010000 | 1000000 | 11000 | 0 | 1000101 | 10010 | 1010000 | 111101 | 110101 |
Color Harmonies of #9FD040
Complementary color
Monochromatic Colors of #9FD040
Black with #9FD040
Text Example
Text Example
White with #9FD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD040; }
p { color: rgb(159,208,64); }
H1.HeaderClassName
{
color: #9FD040;
}
.AnyTagClassName
{
color: #9FD040;
}
</style>
background-color css
<style>
a { background-color: #9FD040; }
a { background-color: rgb(159,208,64); }
div.DivClassName
{
background-color: #9FD040;
}
.BgClassName
{
background-color: #9FD040;
}
</style>
border-color css
<style>
span { border-color: #9FD040; }
span { border-color: rgb(159,208,64); }
td.TdClassName
{
border-color: #9FD040;
}
.TagClassName
{
border-color: #9FD040;
}
</style>