Shades of Pigment Green #0FA03C
Tints of Pigment Green #0FA03C
RGB
CMYK
RGB Variations
Color information
#0FA03C (or 0x0FA03C) is known color: Pigment Green. HEX triplet: 0F, A0 and 3C. RGB value is (15,160,60). Sum of RGB (Red+Green+Blue) = 15+160+60=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA03C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA03C is #F05FC3. Grayscale: #696969. Windows color (decimal): -15753156 or 3973135. OLE color: 3973135.
HSL color Cylindrical-coordinate representation of color #0FA03C: hue angle of 138.62º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA03C is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 60 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.37 |
| HSL | 138.62º | 0.83% | 0.34% | - |
| HSV(B) | 138.62º | 0.91% | 0.63% | - |
| XYZ | 13.58 | 25.57 | 8.49 | - |
| YUV | 105.25 | 102.46 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 60 | 0.91 | 0 | 0.62 | 0.37 | 138.62 | 0.83 | 0.34 |
| Hex | F | A0 | 3C | 5B | 0 | 3E | 25 | 8B | 53 | 22 |
| Octal | 17 | 240 | 74 | 133 | 0 | 76 | 45 | 213 | 123 | 42 |
| Binary | 1111 | 10100000 | 111100 | 1011011 | 0 | 111110 | 100101 | 10001011 | 1010011 | 100010 |
Color Harmonies of #0FA03C
Complementary color
Monochromatic Colors of #0FA03C
Black with #0FA03C
Text Example
Text Example
White with #0FA03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA03C; }
p { color: rgb(15,160,60); }
H1.HeaderClassName
{
color: #0FA03C;
}
.AnyTagClassName
{
color: #0FA03C;
}
</style>
background-color css
<style>
a { background-color: #0FA03C; }
a { background-color: rgb(15,160,60); }
div.DivClassName
{
background-color: #0FA03C;
}
.BgClassName
{
background-color: #0FA03C;
}
</style>
border-color css
<style>
span { border-color: #0FA03C; }
span { border-color: rgb(15,160,60); }
td.TdClassName
{
border-color: #0FA03C;
}
.TagClassName
{
border-color: #0FA03C;
}
</style>