Shades of Pigment Green #0FA141
Tints of Pigment Green #0FA141
RGB
CMYK
RGB Variations
Color information
#0FA141 (or 0x0FA141) is known color: Pigment Green. HEX triplet: 0F, A1 and 41. RGB value is (15,161,65). Sum of RGB (Red+Green+Blue) = 15+161+65=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 161 (63.28% from 255 or 66.80% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA141 is #F05EBE. Grayscale: #6A6A6A. Windows color (decimal): -15752895 or 4301071. OLE color: 4301071.
HSL color Cylindrical-coordinate representation of color #0FA141: hue angle of 140.55º 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 #0FA141 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 65 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.37 |
| HSL | 140.55º | 0.83% | 0.35% | - |
| HSV(B) | 140.55º | 0.91% | 0.63% | - |
| XYZ | 13.9 | 25.97 | 9.28 | - |
| YUV | 106.4 | 104.63 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 65 | 0.91 | 0 | 0.60 | 0.37 | 140.55 | 0.83 | 0.35 |
| Hex | F | A1 | 41 | 5B | 0 | 3C | 25 | 8D | 53 | 23 |
| Octal | 17 | 241 | 101 | 133 | 0 | 74 | 45 | 215 | 123 | 43 |
| Binary | 1111 | 10100001 | 1000001 | 1011011 | 0 | 111100 | 100101 | 10001101 | 1010011 | 100011 |
Color Harmonies of #0FA141
Complementary color
Monochromatic Colors of #0FA141
Black with #0FA141
Text Example
Text Example
White with #0FA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA141; }
p { color: rgb(15,161,65); }
H1.HeaderClassName
{
color: #0FA141;
}
.AnyTagClassName
{
color: #0FA141;
}
</style>
background-color css
<style>
a { background-color: #0FA141; }
a { background-color: rgb(15,161,65); }
div.DivClassName
{
background-color: #0FA141;
}
.BgClassName
{
background-color: #0FA141;
}
</style>
border-color css
<style>
span { border-color: #0FA141; }
span { border-color: rgb(15,161,65); }
td.TdClassName
{
border-color: #0FA141;
}
.TagClassName
{
border-color: #0FA141;
}
</style>