Shades of Atlantis #9FC044
Tints of Atlantis #9FC044
RGB
CMYK
RGB Variations
Color information
#9FC044 (or 0x9FC044) is known color: Atlantis. HEX triplet: 9F, C0 and 44. RGB value is (159,192,68). Sum of RGB (Red+Green+Blue) = 159+192+68=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC044 is #603FBB. Grayscale: #A8A8A8. Windows color (decimal): -6307772 or 4505759. OLE color: 4505759.
HSL color Cylindrical-coordinate representation of color #9FC044: hue angle of 75.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FC044 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 68 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.25 |
| HSL | 75.97º | 0.5% | 0.51% | - |
| HSV(B) | 75.97º | 0.65% | 0.75% | - |
| XYZ | 34.19 | 45.49 | 12.45 | - |
| YUV | 168 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 68 | 0.17 | 0 | 0.65 | 0.25 | 75.97 | 0.5 | 0.51 |
| Hex | 9F | C0 | 44 | 11 | 0 | 41 | 19 | 4C | 32 | 33 |
| Octal | 237 | 300 | 104 | 21 | 0 | 101 | 31 | 114 | 62 | 63 |
| Binary | 10011111 | 11000000 | 1000100 | 10001 | 0 | 1000001 | 11001 | 1001100 | 110010 | 110011 |
Color Harmonies of #9FC044
Complementary color
Monochromatic Colors of #9FC044
Black with #9FC044
Text Example
Text Example
White with #9FC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC044; }
p { color: rgb(159,192,68); }
H1.HeaderClassName
{
color: #9FC044;
}
.AnyTagClassName
{
color: #9FC044;
}
</style>
background-color css
<style>
a { background-color: #9FC044; }
a { background-color: rgb(159,192,68); }
div.DivClassName
{
background-color: #9FC044;
}
.BgClassName
{
background-color: #9FC044;
}
</style>
border-color css
<style>
span { border-color: #9FC044; }
span { border-color: rgb(159,192,68); }
td.TdClassName
{
border-color: #9FC044;
}
.TagClassName
{
border-color: #9FC044;
}
</style>