Shades of Pigment Green #0FA140
Tints of Pigment Green #0FA140
RGB
CMYK
RGB Variations
Color information
#0FA140 (or 0x0FA140) is known color: Pigment Green. HEX triplet: 0F, A1 and 40. RGB value is (15,161,64). Sum of RGB (Red+Green+Blue) = 15+161+64=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 161 (63.28% from 255 or 67.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA140 is #F05EBF. Grayscale: #6A6A6A. Windows color (decimal): -15752896 or 4235535. OLE color: 4235535.
HSL color Cylindrical-coordinate representation of color #0FA140: hue angle of 140.14º 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 #0FA140 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 64 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.37 |
| HSL | 140.14º | 0.83% | 0.35% | - |
| HSV(B) | 140.14º | 0.91% | 0.63% | - |
| XYZ | 13.87 | 25.96 | 9.13 | - |
| YUV | 106.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 64 | 0.91 | 0 | 0.60 | 0.37 | 140.14 | 0.83 | 0.35 |
| Hex | F | A1 | 40 | 5B | 0 | 3C | 25 | 8C | 53 | 23 |
| Octal | 17 | 241 | 100 | 133 | 0 | 74 | 45 | 214 | 123 | 43 |
| Binary | 1111 | 10100001 | 1000000 | 1011011 | 0 | 111100 | 100101 | 10001100 | 1010011 | 100011 |
Color Harmonies of #0FA140
Complementary color
Monochromatic Colors of #0FA140
Black with #0FA140
Text Example
Text Example
White with #0FA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA140; }
p { color: rgb(15,161,64); }
H1.HeaderClassName
{
color: #0FA140;
}
.AnyTagClassName
{
color: #0FA140;
}
</style>
background-color css
<style>
a { background-color: #0FA140; }
a { background-color: rgb(15,161,64); }
div.DivClassName
{
background-color: #0FA140;
}
.BgClassName
{
background-color: #0FA140;
}
</style>
border-color css
<style>
span { border-color: #0FA140; }
span { border-color: rgb(15,161,64); }
td.TdClassName
{
border-color: #0FA140;
}
.TagClassName
{
border-color: #0FA140;
}
</style>