Shades of Atlantis #9FD44D
Tints of Atlantis #9FD44D
RGB
CMYK
RGB Variations
Color information
#9FD44D (or 0x9FD44D) is known color: Atlantis. HEX triplet: 9F, D4 and 4D. RGB value is (159,212,77). Sum of RGB (Red+Green+Blue) = 159+212+77=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD44D is #602BB2. Grayscale: #B5B5B5. Windows color (decimal): -6302643 or 5100703. OLE color: 5100703.
HSL color Cylindrical-coordinate representation of color #9FD44D: hue angle of 83.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FD44D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 77 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.17 |
| HSL | 83.56º | 0.61% | 0.57% | - |
| HSV(B) | 83.56º | 0.64% | 0.83% | - |
| XYZ | 39.18 | 54.99 | 15.57 | - |
| YUV | 180.76 | 69.44 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 77 | 0.25 | 0 | 0.64 | 0.17 | 83.56 | 0.61 | 0.57 |
| Hex | 9F | D4 | 4D | 19 | 0 | 40 | 11 | 54 | 3D | 39 |
| Octal | 237 | 324 | 115 | 31 | 0 | 100 | 21 | 124 | 75 | 71 |
| Binary | 10011111 | 11010100 | 1001101 | 11001 | 0 | 1000000 | 10001 | 1010100 | 111101 | 111001 |
Color Harmonies of #9FD44D
Complementary color
Monochromatic Colors of #9FD44D
Black with #9FD44D
Text Example
Text Example
White with #9FD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD44D; }
p { color: rgb(159,212,77); }
H1.HeaderClassName
{
color: #9FD44D;
}
.AnyTagClassName
{
color: #9FD44D;
}
</style>
background-color css
<style>
a { background-color: #9FD44D; }
a { background-color: rgb(159,212,77); }
div.DivClassName
{
background-color: #9FD44D;
}
.BgClassName
{
background-color: #9FD44D;
}
</style>
border-color css
<style>
span { border-color: #9FD44D; }
span { border-color: rgb(159,212,77); }
td.TdClassName
{
border-color: #9FD44D;
}
.TagClassName
{
border-color: #9FD44D;
}
</style>