Shades of Atlantis #9FC64D
Tints of Atlantis #9FC64D
RGB
CMYK
RGB Variations
Color information
#9FC64D (or 0x9FC64D) is known color: Atlantis. HEX triplet: 9F, C6 and 4D. RGB value is (159,198,77). Sum of RGB (Red+Green+Blue) = 159+198+77=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC64D is #6039B2. Grayscale: #ACACAC. Windows color (decimal): -6306227 or 5097119. OLE color: 5097119.
HSL color Cylindrical-coordinate representation of color #9FC64D: hue angle of 79.34º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FC64D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 77 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.22 |
| HSL | 79.34º | 0.51% | 0.54% | - |
| HSV(B) | 79.34º | 0.61% | 0.78% | - |
| XYZ | 35.83 | 48.29 | 14.45 | - |
| YUV | 172.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 77 | 0.20 | 0 | 0.61 | 0.22 | 79.34 | 0.51 | 0.54 |
| Hex | 9F | C6 | 4D | 14 | 0 | 3D | 16 | 4F | 33 | 36 |
| Octal | 237 | 306 | 115 | 24 | 0 | 75 | 26 | 117 | 63 | 66 |
| Binary | 10011111 | 11000110 | 1001101 | 10100 | 0 | 111101 | 10110 | 1001111 | 110011 | 110110 |
Color Harmonies of #9FC64D
Complementary color
Monochromatic Colors of #9FC64D
Black with #9FC64D
Text Example
Text Example
White with #9FC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC64D; }
p { color: rgb(159,198,77); }
H1.HeaderClassName
{
color: #9FC64D;
}
.AnyTagClassName
{
color: #9FC64D;
}
</style>
background-color css
<style>
a { background-color: #9FC64D; }
a { background-color: rgb(159,198,77); }
div.DivClassName
{
background-color: #9FC64D;
}
.BgClassName
{
background-color: #9FC64D;
}
</style>
border-color css
<style>
span { border-color: #9FC64D; }
span { border-color: rgb(159,198,77); }
td.TdClassName
{
border-color: #9FC64D;
}
.TagClassName
{
border-color: #9FC64D;
}
</style>