Shades of Atlantis #9FC44D
Tints of Atlantis #9FC44D
RGB
CMYK
RGB Variations
Color information
#9FC44D (or 0x9FC44D) is known color: Atlantis. HEX triplet: 9F, C4 and 4D. RGB value is (159,196,77). Sum of RGB (Red+Green+Blue) = 159+196+77=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC44D is #603BB2. Grayscale: #ABABAB. Windows color (decimal): -6306739 or 5096607. OLE color: 5096607.
HSL color Cylindrical-coordinate representation of color #9FC44D: hue angle of 78.66º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FC44D is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 77 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.23 |
| HSL | 78.66º | 0.5% | 0.54% | - |
| HSV(B) | 78.66º | 0.61% | 0.77% | - |
| XYZ | 35.38 | 47.39 | 14.3 | - |
| YUV | 171.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 77 | 0.19 | 0 | 0.61 | 0.23 | 78.66 | 0.5 | 0.54 |
| Hex | 9F | C4 | 4D | 13 | 0 | 3D | 17 | 4F | 32 | 36 |
| Octal | 237 | 304 | 115 | 23 | 0 | 75 | 27 | 117 | 62 | 66 |
| Binary | 10011111 | 11000100 | 1001101 | 10011 | 0 | 111101 | 10111 | 1001111 | 110010 | 110110 |
Color Harmonies of #9FC44D
Complementary color
Monochromatic Colors of #9FC44D
Black with #9FC44D
Text Example
Text Example
White with #9FC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC44D; }
p { color: rgb(159,196,77); }
H1.HeaderClassName
{
color: #9FC44D;
}
.AnyTagClassName
{
color: #9FC44D;
}
</style>
background-color css
<style>
a { background-color: #9FC44D; }
a { background-color: rgb(159,196,77); }
div.DivClassName
{
background-color: #9FC44D;
}
.BgClassName
{
background-color: #9FC44D;
}
</style>
border-color css
<style>
span { border-color: #9FC44D; }
span { border-color: rgb(159,196,77); }
td.TdClassName
{
border-color: #9FC44D;
}
.TagClassName
{
border-color: #9FC44D;
}
</style>