Shades of Pigment Green #0D9144
Tints of Pigment Green #0D9144
RGB
CMYK
RGB Variations
Color information
#0D9144 (or 0x0D9144) is known color: Pigment Green. HEX triplet: 0D, 91 and 44. RGB value is (13,145,68). Sum of RGB (Red+Green+Blue) = 13+145+68=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 145 (57.03% from 255 or 64.16% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9144 is #F26EBB. Grayscale: #606060. Windows color (decimal): -15888060 or 4493581. OLE color: 4493581.
HSL color Cylindrical-coordinate representation of color #0D9144: hue angle of 145º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9144 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 68 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.43 |
| HSL | 145º | 0.84% | 0.31% | - |
| HSV(B) | 145º | 0.91% | 0.57% | - |
| XYZ | 11.33 | 20.75 | 8.88 | - |
| YUV | 96.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 68 | 0.91 | 0 | 0.53 | 0.43 | 145 | 0.84 | 0.31 |
| Hex | D | 91 | 44 | 5B | 0 | 35 | 2B | 91 | 54 | 1F |
| Octal | 15 | 221 | 104 | 133 | 0 | 65 | 53 | 221 | 124 | 37 |
| Binary | 1101 | 10010001 | 1000100 | 1011011 | 0 | 110101 | 101011 | 10010001 | 1010100 | 11111 |
Color Harmonies of #0D9144
Complementary color
Monochromatic Colors of #0D9144
Black with #0D9144
Text Example
Text Example
White with #0D9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9144; }
p { color: rgb(13,145,68); }
H1.HeaderClassName
{
color: #0D9144;
}
.AnyTagClassName
{
color: #0D9144;
}
</style>
background-color css
<style>
a { background-color: #0D9144; }
a { background-color: rgb(13,145,68); }
div.DivClassName
{
background-color: #0D9144;
}
.BgClassName
{
background-color: #0D9144;
}
</style>
border-color css
<style>
span { border-color: #0D9144; }
span { border-color: rgb(13,145,68); }
td.TdClassName
{
border-color: #0D9144;
}
.TagClassName
{
border-color: #0D9144;
}
</style>