Shades of Pigment Green #0FAA55
Tints of Pigment Green #0FAA55
RGB
CMYK
RGB Variations
Color information
#0FAA55 (or 0x0FAA55) is known color: Pigment Green. HEX triplet: 0F, AA and 55. RGB value is (15,170,85). Sum of RGB (Red+Green+Blue) = 15+170+85=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA55 is #F055AA. Grayscale: #727272. Windows color (decimal): -15750571 or 5614095. OLE color: 5614095.
HSL color Cylindrical-coordinate representation of color #0FAA55: hue angle of 147.1º 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 #0FAA55 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 85 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.33 |
| HSL | 147.1º | 0.84% | 0.36% | - |
| HSV(B) | 147.1º | 0.91% | 0.67% | - |
| XYZ | 16.21 | 29.51 | 13.44 | - |
| YUV | 113.97 | 111.65 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 85 | 0.91 | 0 | 0.50 | 0.33 | 147.1 | 0.84 | 0.36 |
| Hex | F | AA | 55 | 5B | 0 | 32 | 21 | 93 | 54 | 24 |
| Octal | 17 | 252 | 125 | 133 | 0 | 62 | 41 | 223 | 124 | 44 |
| Binary | 1111 | 10101010 | 1010101 | 1011011 | 0 | 110010 | 100001 | 10010011 | 1010100 | 100100 |
Color Harmonies of #0FAA55
Complementary color
Monochromatic Colors of #0FAA55
Black with #0FAA55
Text Example
Text Example
White with #0FAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA55; }
p { color: rgb(15,170,85); }
H1.HeaderClassName
{
color: #0FAA55;
}
.AnyTagClassName
{
color: #0FAA55;
}
</style>
background-color css
<style>
a { background-color: #0FAA55; }
a { background-color: rgb(15,170,85); }
div.DivClassName
{
background-color: #0FAA55;
}
.BgClassName
{
background-color: #0FAA55;
}
</style>
border-color css
<style>
span { border-color: #0FAA55; }
span { border-color: rgb(15,170,85); }
td.TdClassName
{
border-color: #0FAA55;
}
.TagClassName
{
border-color: #0FAA55;
}
</style>