Shades of Atlantis #9FCC44
Tints of Atlantis #9FCC44
RGB
CMYK
RGB Variations
Color information
#9FCC44 (or 0x9FCC44) is known color: Atlantis. HEX triplet: 9F, CC and 44. RGB value is (159,204,68). Sum of RGB (Red+Green+Blue) = 159+204+68=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC44 is #6033BB. Grayscale: #AFAFAF. Windows color (decimal): -6304700 or 4508831. OLE color: 4508831.
HSL color Cylindrical-coordinate representation of color #9FCC44: hue angle of 79.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FCC44 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 68 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.2 |
| HSL | 79.85º | 0.57% | 0.53% | - |
| HSV(B) | 79.85º | 0.67% | 0.8% | - |
| XYZ | 36.93 | 50.97 | 13.36 | - |
| YUV | 175.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 68 | 0.22 | 0 | 0.67 | 0.2 | 79.85 | 0.57 | 0.53 |
| Hex | 9F | CC | 44 | 16 | 0 | 43 | 14 | 50 | 39 | 35 |
| Octal | 237 | 314 | 104 | 26 | 0 | 103 | 24 | 120 | 71 | 65 |
| Binary | 10011111 | 11001100 | 1000100 | 10110 | 0 | 1000011 | 10100 | 1010000 | 111001 | 110101 |
Color Harmonies of #9FCC44
Complementary color
Monochromatic Colors of #9FCC44
Black with #9FCC44
Text Example
Text Example
White with #9FCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC44; }
p { color: rgb(159,204,68); }
H1.HeaderClassName
{
color: #9FCC44;
}
.AnyTagClassName
{
color: #9FCC44;
}
</style>
background-color css
<style>
a { background-color: #9FCC44; }
a { background-color: rgb(159,204,68); }
div.DivClassName
{
background-color: #9FCC44;
}
.BgClassName
{
background-color: #9FCC44;
}
</style>
border-color css
<style>
span { border-color: #9FCC44; }
span { border-color: rgb(159,204,68); }
td.TdClassName
{
border-color: #9FCC44;
}
.TagClassName
{
border-color: #9FCC44;
}
</style>