Shades of Pigment Green #0FA247
Tints of Pigment Green #0FA247
RGB
CMYK
RGB Variations
Color information
#0FA247 (or 0x0FA247) is known color: Pigment Green. HEX triplet: 0F, A2 and 47. RGB value is (15,162,71). Sum of RGB (Red+Green+Blue) = 15+162+71=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 162 (63.67% from 255 or 65.32% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA247 is #F05DB8. Grayscale: #6B6B6B. Windows color (decimal): -15752633 or 4694543. OLE color: 4694543.
HSL color Cylindrical-coordinate representation of color #0FA247: hue angle of 142.86º 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 #0FA247 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 71 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.36 |
| HSL | 142.86º | 0.83% | 0.35% | - |
| HSV(B) | 142.86º | 0.91% | 0.64% | - |
| XYZ | 14.25 | 26.4 | 10.31 | - |
| YUV | 107.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 71 | 0.91 | 0 | 0.56 | 0.36 | 142.86 | 0.83 | 0.35 |
| Hex | F | A2 | 47 | 5B | 0 | 38 | 24 | 8F | 53 | 23 |
| Octal | 17 | 242 | 107 | 133 | 0 | 70 | 44 | 217 | 123 | 43 |
| Binary | 1111 | 10100010 | 1000111 | 1011011 | 0 | 111000 | 100100 | 10001111 | 1010011 | 100011 |
Color Harmonies of #0FA247
Complementary color
Monochromatic Colors of #0FA247
Black with #0FA247
Text Example
Text Example
White with #0FA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA247; }
p { color: rgb(15,162,71); }
H1.HeaderClassName
{
color: #0FA247;
}
.AnyTagClassName
{
color: #0FA247;
}
</style>
background-color css
<style>
a { background-color: #0FA247; }
a { background-color: rgb(15,162,71); }
div.DivClassName
{
background-color: #0FA247;
}
.BgClassName
{
background-color: #0FA247;
}
</style>
border-color css
<style>
span { border-color: #0FA247; }
span { border-color: rgb(15,162,71); }
td.TdClassName
{
border-color: #0FA247;
}
.TagClassName
{
border-color: #0FA247;
}
</style>