Shades of Pigment Green #0FA747
Tints of Pigment Green #0FA747
RGB
CMYK
RGB Variations
Color information
#0FA747 (or 0x0FA747) is known color: Pigment Green. HEX triplet: 0F, A7 and 47. RGB value is (15,167,71). Sum of RGB (Red+Green+Blue) = 15+167+71=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 167 (65.62% from 255 or 66.01% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA747 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA747 is #F058B8. Grayscale: #6E6E6E. Windows color (decimal): -15751353 or 4695823. OLE color: 4695823.
HSL color Cylindrical-coordinate representation of color #0FA747: hue angle of 142.11º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA747 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 71 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.35 |
| HSL | 142.11º | 0.84% | 0.36% | - |
| HSV(B) | 142.11º | 0.91% | 0.65% | - |
| XYZ | 15.15 | 28.19 | 10.6 | - |
| YUV | 110.61 | 105.64 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 71 | 0.91 | 0 | 0.57 | 0.35 | 142.11 | 0.84 | 0.36 |
| Hex | F | A7 | 47 | 5B | 0 | 39 | 23 | 8E | 54 | 24 |
| Octal | 17 | 247 | 107 | 133 | 0 | 71 | 43 | 216 | 124 | 44 |
| Binary | 1111 | 10100111 | 1000111 | 1011011 | 0 | 111001 | 100011 | 10001110 | 1010100 | 100100 |
Color Harmonies of #0FA747
Complementary color
Monochromatic Colors of #0FA747
Black with #0FA747
Text Example
Text Example
White with #0FA747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA747; }
p { color: rgb(15,167,71); }
H1.HeaderClassName
{
color: #0FA747;
}
.AnyTagClassName
{
color: #0FA747;
}
</style>
background-color css
<style>
a { background-color: #0FA747; }
a { background-color: rgb(15,167,71); }
div.DivClassName
{
background-color: #0FA747;
}
.BgClassName
{
background-color: #0FA747;
}
</style>
border-color css
<style>
span { border-color: #0FA747; }
span { border-color: rgb(15,167,71); }
td.TdClassName
{
border-color: #0FA747;
}
.TagClassName
{
border-color: #0FA747;
}
</style>