Shades of Pigment Green #0FA139
Tints of Pigment Green #0FA139
RGB
CMYK
RGB Variations
Color information
#0FA139 (or 0x0FA139) is known color: Pigment Green. HEX triplet: 0F, A1 and 39. RGB value is (15,161,57). Sum of RGB (Red+Green+Blue) = 15+161+57=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 161 (63.28% from 255 or 69.10% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA139 is #F05EC6. Grayscale: #696969. Windows color (decimal): -15752903 or 3776783. OLE color: 3776783.
HSL color Cylindrical-coordinate representation of color #0FA139: hue angle of 137.26º 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 #0FA139 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 57 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.37 |
| HSL | 137.26º | 0.83% | 0.35% | - |
| HSV(B) | 137.26º | 0.91% | 0.63% | - |
| XYZ | 13.68 | 25.89 | 8.15 | - |
| YUV | 105.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 57 | 0.91 | 0 | 0.65 | 0.37 | 137.26 | 0.83 | 0.35 |
| Hex | F | A1 | 39 | 5B | 0 | 41 | 25 | 89 | 53 | 23 |
| Octal | 17 | 241 | 71 | 133 | 0 | 101 | 45 | 211 | 123 | 43 |
| Binary | 1111 | 10100001 | 111001 | 1011011 | 0 | 1000001 | 100101 | 10001001 | 1010011 | 100011 |
Color Harmonies of #0FA139
Complementary color
Monochromatic Colors of #0FA139
Black with #0FA139
Text Example
Text Example
White with #0FA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA139; }
p { color: rgb(15,161,57); }
H1.HeaderClassName
{
color: #0FA139;
}
.AnyTagClassName
{
color: #0FA139;
}
</style>
background-color css
<style>
a { background-color: #0FA139; }
a { background-color: rgb(15,161,57); }
div.DivClassName
{
background-color: #0FA139;
}
.BgClassName
{
background-color: #0FA139;
}
</style>
border-color css
<style>
span { border-color: #0FA139; }
span { border-color: rgb(15,161,57); }
td.TdClassName
{
border-color: #0FA139;
}
.TagClassName
{
border-color: #0FA139;
}
</style>