Shades of Atlantis #9FC04D
Tints of Atlantis #9FC04D
RGB
CMYK
RGB Variations
Color information
#9FC04D (or 0x9FC04D) is known color: Atlantis. HEX triplet: 9F, C0 and 4D. RGB value is (159,192,77). Sum of RGB (Red+Green+Blue) = 159+192+77=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC04D is #603FB2. Grayscale: #A9A9A9. Windows color (decimal): -6307763 or 5095583. OLE color: 5095583.
HSL color Cylindrical-coordinate representation of color #9FC04D: hue angle of 77.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FC04D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 77 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.25 |
| HSL | 77.22º | 0.48% | 0.53% | - |
| HSV(B) | 77.22º | 0.6% | 0.75% | - |
| XYZ | 34.49 | 45.61 | 14.01 | - |
| YUV | 169.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 77 | 0.17 | 0 | 0.60 | 0.25 | 77.22 | 0.48 | 0.53 |
| Hex | 9F | C0 | 4D | 11 | 0 | 3C | 19 | 4D | 30 | 35 |
| Octal | 237 | 300 | 115 | 21 | 0 | 74 | 31 | 115 | 60 | 65 |
| Binary | 10011111 | 11000000 | 1001101 | 10001 | 0 | 111100 | 11001 | 1001101 | 110000 | 110101 |
Color Harmonies of #9FC04D
Complementary color
Monochromatic Colors of #9FC04D
Black with #9FC04D
Text Example
Text Example
White with #9FC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC04D; }
p { color: rgb(159,192,77); }
H1.HeaderClassName
{
color: #9FC04D;
}
.AnyTagClassName
{
color: #9FC04D;
}
</style>
background-color css
<style>
a { background-color: #9FC04D; }
a { background-color: rgb(159,192,77); }
div.DivClassName
{
background-color: #9FC04D;
}
.BgClassName
{
background-color: #9FC04D;
}
</style>
border-color css
<style>
span { border-color: #9FC04D; }
span { border-color: rgb(159,192,77); }
td.TdClassName
{
border-color: #9FC04D;
}
.TagClassName
{
border-color: #9FC04D;
}
</style>