Shades of Pigment Green #0FA249
Tints of Pigment Green #0FA249
RGB
CMYK
RGB Variations
Color information
#0FA249 (or 0x0FA249) is known color: Pigment Green. HEX triplet: 0F, A2 and 49. RGB value is (15,162,73). Sum of RGB (Red+Green+Blue) = 15+162+73=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA249 is #F05DB6. Grayscale: #6C6C6C. Windows color (decimal): -15752631 or 4825615. OLE color: 4825615.
HSL color Cylindrical-coordinate representation of color #0FA249: hue angle of 143.67º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA249 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 73 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.36 |
| HSL | 143.67º | 0.83% | 0.35% | - |
| HSV(B) | 143.67º | 0.91% | 0.64% | - |
| XYZ | 14.32 | 26.42 | 10.65 | - |
| YUV | 107.9 | 108.3 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 73 | 0.91 | 0 | 0.55 | 0.36 | 143.67 | 0.83 | 0.35 |
| Hex | F | A2 | 49 | 5B | 0 | 37 | 24 | 90 | 53 | 23 |
| Octal | 17 | 242 | 111 | 133 | 0 | 67 | 44 | 220 | 123 | 43 |
| Binary | 1111 | 10100010 | 1001001 | 1011011 | 0 | 110111 | 100100 | 10010000 | 1010011 | 100011 |
Color Harmonies of #0FA249
Complementary color
Monochromatic Colors of #0FA249
Black with #0FA249
Text Example
Text Example
White with #0FA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA249; }
p { color: rgb(15,162,73); }
H1.HeaderClassName
{
color: #0FA249;
}
.AnyTagClassName
{
color: #0FA249;
}
</style>
background-color css
<style>
a { background-color: #0FA249; }
a { background-color: rgb(15,162,73); }
div.DivClassName
{
background-color: #0FA249;
}
.BgClassName
{
background-color: #0FA249;
}
</style>
border-color css
<style>
span { border-color: #0FA249; }
span { border-color: rgb(15,162,73); }
td.TdClassName
{
border-color: #0FA249;
}
.TagClassName
{
border-color: #0FA249;
}
</style>