Shades of Pigment Green #0D9849
Tints of Pigment Green #0D9849
RGB
CMYK
RGB Variations
Color information
#0D9849 (or 0x0D9849) is known color: Pigment Green. HEX triplet: 0D, 98 and 49. RGB value is (13,152,73). Sum of RGB (Red+Green+Blue) = 13+152+73=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #0D9849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9849 is #F267B6. Grayscale: #656565. Windows color (decimal): -15886263 or 4823053. OLE color: 4823053.
HSL color Cylindrical-coordinate representation of color #0D9849: hue angle of 145.9º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9849 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 73 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.40 |
| HSL | 145.9º | 0.84% | 0.32% | - |
| HSV(B) | 145.9º | 0.91% | 0.6% | - |
| XYZ | 12.6 | 23.02 | 10.08 | - |
| YUV | 101.43 | 111.95 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 73 | 0.91 | 0 | 0.52 | 0.40 | 145.9 | 0.84 | 0.32 |
| Hex | D | 98 | 49 | 5B | 0 | 34 | 28 | 92 | 54 | 20 |
| Octal | 15 | 230 | 111 | 133 | 0 | 64 | 50 | 222 | 124 | 40 |
| Binary | 1101 | 10011000 | 1001001 | 1011011 | 0 | 110100 | 101000 | 10010010 | 1010100 | 100000 |
Color Harmonies of #0D9849
Complementary color
Monochromatic Colors of #0D9849
Black with #0D9849
Text Example
Text Example
White with #0D9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9849; }
p { color: rgb(13,152,73); }
H1.HeaderClassName
{
color: #0D9849;
}
.AnyTagClassName
{
color: #0D9849;
}
</style>
background-color css
<style>
a { background-color: #0D9849; }
a { background-color: rgb(13,152,73); }
div.DivClassName
{
background-color: #0D9849;
}
.BgClassName
{
background-color: #0D9849;
}
</style>
border-color css
<style>
span { border-color: #0D9849; }
span { border-color: rgb(13,152,73); }
td.TdClassName
{
border-color: #0D9849;
}
.TagClassName
{
border-color: #0D9849;
}
</style>