Shades of Pigment Green #0FA04D
Tints of Pigment Green #0FA04D
RGB
CMYK
RGB Variations
Color information
#0FA04D (or 0x0FA04D) is known color: Pigment Green. HEX triplet: 0F, A0 and 4D. RGB value is (15,160,77). Sum of RGB (Red+Green+Blue) = 15+160+77=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA04D is #F05FB2. Grayscale: #6B6B6B. Windows color (decimal): -15753139 or 5087247. OLE color: 5087247.
HSL color Cylindrical-coordinate representation of color #0FA04D: hue angle of 145.66º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA04D is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 77 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.37 |
| HSL | 145.66º | 0.83% | 0.34% | - |
| HSV(B) | 145.66º | 0.91% | 0.63% | - |
| XYZ | 14.11 | 25.78 | 11.25 | - |
| YUV | 107.18 | 110.96 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 77 | 0.91 | 0 | 0.52 | 0.37 | 145.66 | 0.83 | 0.34 |
| Hex | F | A0 | 4D | 5B | 0 | 34 | 25 | 92 | 53 | 22 |
| Octal | 17 | 240 | 115 | 133 | 0 | 64 | 45 | 222 | 123 | 42 |
| Binary | 1111 | 10100000 | 1001101 | 1011011 | 0 | 110100 | 100101 | 10010010 | 1010011 | 100010 |
Color Harmonies of #0FA04D
Complementary color
Monochromatic Colors of #0FA04D
Black with #0FA04D
Text Example
Text Example
White with #0FA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA04D; }
p { color: rgb(15,160,77); }
H1.HeaderClassName
{
color: #0FA04D;
}
.AnyTagClassName
{
color: #0FA04D;
}
</style>
background-color css
<style>
a { background-color: #0FA04D; }
a { background-color: rgb(15,160,77); }
div.DivClassName
{
background-color: #0FA04D;
}
.BgClassName
{
background-color: #0FA04D;
}
</style>
border-color css
<style>
span { border-color: #0FA04D; }
span { border-color: rgb(15,160,77); }
td.TdClassName
{
border-color: #0FA04D;
}
.TagClassName
{
border-color: #0FA04D;
}
</style>