Shades of Pigment Green #0FA149
Tints of Pigment Green #0FA149
RGB
CMYK
RGB Variations
Color information
#0FA149 (or 0x0FA149) is known color: Pigment Green. HEX triplet: 0F, A1 and 49. RGB value is (15,161,73). Sum of RGB (Red+Green+Blue) = 15+161+73=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA149 is #F05EB6. Grayscale: #6B6B6B. Windows color (decimal): -15752887 or 4825359. OLE color: 4825359.
HSL color Cylindrical-coordinate representation of color #0FA149: hue angle of 143.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA149 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 73 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.37 |
| HSL | 143.84º | 0.83% | 0.35% | - |
| HSV(B) | 143.84º | 0.91% | 0.63% | - |
| XYZ | 14.14 | 26.07 | 10.59 | - |
| YUV | 107.31 | 108.63 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 73 | 0.91 | 0 | 0.55 | 0.37 | 143.84 | 0.83 | 0.35 |
| Hex | F | A1 | 49 | 5B | 0 | 37 | 25 | 90 | 53 | 23 |
| Octal | 17 | 241 | 111 | 133 | 0 | 67 | 45 | 220 | 123 | 43 |
| Binary | 1111 | 10100001 | 1001001 | 1011011 | 0 | 110111 | 100101 | 10010000 | 1010011 | 100011 |
Color Harmonies of #0FA149
Complementary color
Monochromatic Colors of #0FA149
Black with #0FA149
Text Example
Text Example
White with #0FA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA149; }
p { color: rgb(15,161,73); }
H1.HeaderClassName
{
color: #0FA149;
}
.AnyTagClassName
{
color: #0FA149;
}
</style>
background-color css
<style>
a { background-color: #0FA149; }
a { background-color: rgb(15,161,73); }
div.DivClassName
{
background-color: #0FA149;
}
.BgClassName
{
background-color: #0FA149;
}
</style>
border-color css
<style>
span { border-color: #0FA149; }
span { border-color: rgb(15,161,73); }
td.TdClassName
{
border-color: #0FA149;
}
.TagClassName
{
border-color: #0FA149;
}
</style>