Shades of Pigment Green #0FAA50
Tints of Pigment Green #0FAA50
RGB
CMYK
RGB Variations
Color information
#0FAA50 (or 0x0FAA50) is known color: Pigment Green. HEX triplet: 0F, AA and 50. RGB value is (15,170,80). Sum of RGB (Red+Green+Blue) = 15+170+80=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA50 is #F055AF. Grayscale: #717171. Windows color (decimal): -15750576 or 5286415. OLE color: 5286415.
HSL color Cylindrical-coordinate representation of color #0FAA50: hue angle of 145.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA50 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 80 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.33 |
| HSL | 145.16º | 0.84% | 0.36% | - |
| HSV(B) | 145.16º | 0.91% | 0.67% | - |
| XYZ | 16.02 | 29.43 | 12.43 | - |
| YUV | 113.4 | 109.15 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 80 | 0.91 | 0 | 0.53 | 0.33 | 145.16 | 0.84 | 0.36 |
| Hex | F | AA | 50 | 5B | 0 | 35 | 21 | 91 | 54 | 24 |
| Octal | 17 | 252 | 120 | 133 | 0 | 65 | 41 | 221 | 124 | 44 |
| Binary | 1111 | 10101010 | 1010000 | 1011011 | 0 | 110101 | 100001 | 10010001 | 1010100 | 100100 |
Color Harmonies of #0FAA50
Complementary color
Monochromatic Colors of #0FAA50
Black with #0FAA50
Text Example
Text Example
White with #0FAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA50; }
p { color: rgb(15,170,80); }
H1.HeaderClassName
{
color: #0FAA50;
}
.AnyTagClassName
{
color: #0FAA50;
}
</style>
background-color css
<style>
a { background-color: #0FAA50; }
a { background-color: rgb(15,170,80); }
div.DivClassName
{
background-color: #0FAA50;
}
.BgClassName
{
background-color: #0FAA50;
}
</style>
border-color css
<style>
span { border-color: #0FAA50; }
span { border-color: rgb(15,170,80); }
td.TdClassName
{
border-color: #0FAA50;
}
.TagClassName
{
border-color: #0FAA50;
}
</style>