Shades of Pigment Green #0FA344
Tints of Pigment Green #0FA344
RGB
CMYK
RGB Variations
Color information
#0FA344 (or 0x0FA344) is known color: Pigment Green. HEX triplet: 0F, A3 and 44. RGB value is (15,163,68). Sum of RGB (Red+Green+Blue) = 15+163+68=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 163 (64.06% from 255 or 66.26% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA344 is #F05CBB. Grayscale: #6C6C6C. Windows color (decimal): -15752380 or 4498191. OLE color: 4498191.
HSL color Cylindrical-coordinate representation of color #0FA344: hue angle of 141.49º 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 #0FA344 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 68 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.36 |
| HSL | 141.49º | 0.83% | 0.35% | - |
| HSV(B) | 141.49º | 0.91% | 0.64% | - |
| XYZ | 14.34 | 26.71 | 9.87 | - |
| YUV | 107.92 | 105.47 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 68 | 0.91 | 0 | 0.58 | 0.36 | 141.49 | 0.83 | 0.35 |
| Hex | F | A3 | 44 | 5B | 0 | 3A | 24 | 8D | 53 | 23 |
| Octal | 17 | 243 | 104 | 133 | 0 | 72 | 44 | 215 | 123 | 43 |
| Binary | 1111 | 10100011 | 1000100 | 1011011 | 0 | 111010 | 100100 | 10001101 | 1010011 | 100011 |
Color Harmonies of #0FA344
Complementary color
Monochromatic Colors of #0FA344
Black with #0FA344
Text Example
Text Example
White with #0FA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA344; }
p { color: rgb(15,163,68); }
H1.HeaderClassName
{
color: #0FA344;
}
.AnyTagClassName
{
color: #0FA344;
}
</style>
background-color css
<style>
a { background-color: #0FA344; }
a { background-color: rgb(15,163,68); }
div.DivClassName
{
background-color: #0FA344;
}
.BgClassName
{
background-color: #0FA344;
}
</style>
border-color css
<style>
span { border-color: #0FA344; }
span { border-color: rgb(15,163,68); }
td.TdClassName
{
border-color: #0FA344;
}
.TagClassName
{
border-color: #0FA344;
}
</style>