Shades of Atlantis #9FCC45
Tints of Atlantis #9FCC45
RGB
CMYK
RGB Variations
Color information
#9FCC45 (or 0x9FCC45) is known color: Atlantis. HEX triplet: 9F, CC and 45. RGB value is (159,204,69). Sum of RGB (Red+Green+Blue) = 159+204+69=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC45 is #6033BA. Grayscale: #AFAFAF. Windows color (decimal): -6304699 or 4574367. OLE color: 4574367.
HSL color Cylindrical-coordinate representation of color #9FCC45: hue angle of 80º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FCC45 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 69 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.2 |
| HSL | 80º | 0.57% | 0.54% | - |
| HSV(B) | 80º | 0.66% | 0.8% | - |
| XYZ | 36.97 | 50.99 | 13.52 | - |
| YUV | 175.16 | 68.09 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 69 | 0.22 | 0 | 0.66 | 0.2 | 80 | 0.57 | 0.54 |
| Hex | 9F | CC | 45 | 16 | 0 | 42 | 14 | 50 | 39 | 36 |
| Octal | 237 | 314 | 105 | 26 | 0 | 102 | 24 | 120 | 71 | 66 |
| Binary | 10011111 | 11001100 | 1000101 | 10110 | 0 | 1000010 | 10100 | 1010000 | 111001 | 110110 |
Color Harmonies of #9FCC45
Complementary color
Monochromatic Colors of #9FCC45
Black with #9FCC45
Text Example
Text Example
White with #9FCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC45; }
p { color: rgb(159,204,69); }
H1.HeaderClassName
{
color: #9FCC45;
}
.AnyTagClassName
{
color: #9FCC45;
}
</style>
background-color css
<style>
a { background-color: #9FCC45; }
a { background-color: rgb(159,204,69); }
div.DivClassName
{
background-color: #9FCC45;
}
.BgClassName
{
background-color: #9FCC45;
}
</style>
border-color css
<style>
span { border-color: #9FCC45; }
span { border-color: rgb(159,204,69); }
td.TdClassName
{
border-color: #9FCC45;
}
.TagClassName
{
border-color: #9FCC45;
}
</style>