Shades of Pigment Green #0D9848
Tints of Pigment Green #0D9848
RGB
CMYK
RGB Variations
Color information
#0D9848 (or 0x0D9848) is known color: Pigment Green. HEX triplet: 0D, 98 and 48. RGB value is (13,152,72). Sum of RGB (Red+Green+Blue) = 13+152+72=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #0D9848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9848 is #F267B7. Grayscale: #656565. Windows color (decimal): -15886264 or 4757517. OLE color: 4757517.
HSL color Cylindrical-coordinate representation of color #0D9848: hue angle of 145.47º 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 #0D9848 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 72 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.40 |
| HSL | 145.47º | 0.84% | 0.32% | - |
| HSV(B) | 145.47º | 0.91% | 0.6% | - |
| XYZ | 12.56 | 23.01 | 9.91 | - |
| YUV | 101.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 72 | 0.91 | 0 | 0.53 | 0.40 | 145.47 | 0.84 | 0.32 |
| Hex | D | 98 | 48 | 5B | 0 | 35 | 28 | 91 | 54 | 20 |
| Octal | 15 | 230 | 110 | 133 | 0 | 65 | 50 | 221 | 124 | 40 |
| Binary | 1101 | 10011000 | 1001000 | 1011011 | 0 | 110101 | 101000 | 10010001 | 1010100 | 100000 |
Color Harmonies of #0D9848
Complementary color
Monochromatic Colors of #0D9848
Black with #0D9848
Text Example
Text Example
White with #0D9848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9848; }
p { color: rgb(13,152,72); }
H1.HeaderClassName
{
color: #0D9848;
}
.AnyTagClassName
{
color: #0D9848;
}
</style>
background-color css
<style>
a { background-color: #0D9848; }
a { background-color: rgb(13,152,72); }
div.DivClassName
{
background-color: #0D9848;
}
.BgClassName
{
background-color: #0D9848;
}
</style>
border-color css
<style>
span { border-color: #0D9848; }
span { border-color: rgb(13,152,72); }
td.TdClassName
{
border-color: #0D9848;
}
.TagClassName
{
border-color: #0D9848;
}
</style>