Shades of Pigment Green #0D9F4F
Tints of Pigment Green #0D9F4F
RGB
CMYK
RGB Variations
Color information
#0D9F4F (or 0x0D9F4F) is known color: Pigment Green. HEX triplet: 0D, 9F and 4F. RGB value is (13,159,79). Sum of RGB (Red+Green+Blue) = 13+159+79=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 159 (62.5% from 255 or 63.35% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9F4F is #F260B0. Grayscale: #6A6A6A. Windows color (decimal): -15884465 or 5218061. OLE color: 5218061.
HSL color Cylindrical-coordinate representation of color #0D9F4F: hue angle of 147.12º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F4F is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 159 | 79 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.38 |
| HSL | 147.12º | 0.85% | 0.34% | - |
| HSV(B) | 147.12º | 0.92% | 0.62% | - |
| XYZ | 13.98 | 25.45 | 11.57 | - |
| YUV | 106.23 | 112.63 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 79 | 0.92 | 0 | 0.50 | 0.38 | 147.12 | 0.85 | 0.34 |
| Hex | D | 9F | 4F | 5C | 0 | 32 | 26 | 93 | 55 | 22 |
| Octal | 15 | 237 | 117 | 134 | 0 | 62 | 46 | 223 | 125 | 42 |
| Binary | 1101 | 10011111 | 1001111 | 1011100 | 0 | 110010 | 100110 | 10010011 | 1010101 | 100010 |
Color Harmonies of #0D9F4F
Complementary color
Monochromatic Colors of #0D9F4F
Black with #0D9F4F
Text Example
Text Example
White with #0D9F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9F4F; }
p { color: rgb(13,159,79); }
H1.HeaderClassName
{
color: #0D9F4F;
}
.AnyTagClassName
{
color: #0D9F4F;
}
</style>
background-color css
<style>
a { background-color: #0D9F4F; }
a { background-color: rgb(13,159,79); }
div.DivClassName
{
background-color: #0D9F4F;
}
.BgClassName
{
background-color: #0D9F4F;
}
</style>
border-color css
<style>
span { border-color: #0D9F4F; }
span { border-color: rgb(13,159,79); }
td.TdClassName
{
border-color: #0D9F4F;
}
.TagClassName
{
border-color: #0D9F4F;
}
</style>