Shades of Pigment Green #0FA945
Tints of Pigment Green #0FA945
RGB
CMYK
RGB Variations
Color information
#0FA945 (or 0x0FA945) is known color: Pigment Green. HEX triplet: 0F, A9 and 45. RGB value is (15,169,69). Sum of RGB (Red+Green+Blue) = 15+169+69=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 169 (66.41% from 255 or 66.80% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA945 is #F056BA. Grayscale: #6F6F6F. Windows color (decimal): -15750843 or 4565263. OLE color: 4565263.
HSL color Cylindrical-coordinate representation of color #0FA945: hue angle of 141.04º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA945 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 69 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.34 |
| HSL | 141.04º | 0.84% | 0.36% | - |
| HSV(B) | 141.04º | 0.91% | 0.66% | - |
| XYZ | 15.46 | 28.91 | 10.4 | - |
| YUV | 111.55 | 103.98 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 69 | 0.91 | 0 | 0.59 | 0.34 | 141.04 | 0.84 | 0.36 |
| Hex | F | A9 | 45 | 5B | 0 | 3B | 22 | 8D | 54 | 24 |
| Octal | 17 | 251 | 105 | 133 | 0 | 73 | 42 | 215 | 124 | 44 |
| Binary | 1111 | 10101001 | 1000101 | 1011011 | 0 | 111011 | 100010 | 10001101 | 1010100 | 100100 |
Color Harmonies of #0FA945
Complementary color
Monochromatic Colors of #0FA945
Black with #0FA945
Text Example
Text Example
White with #0FA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA945; }
p { color: rgb(15,169,69); }
H1.HeaderClassName
{
color: #0FA945;
}
.AnyTagClassName
{
color: #0FA945;
}
</style>
background-color css
<style>
a { background-color: #0FA945; }
a { background-color: rgb(15,169,69); }
div.DivClassName
{
background-color: #0FA945;
}
.BgClassName
{
background-color: #0FA945;
}
</style>
border-color css
<style>
span { border-color: #0FA945; }
span { border-color: rgb(15,169,69); }
td.TdClassName
{
border-color: #0FA945;
}
.TagClassName
{
border-color: #0FA945;
}
</style>