Shades of Pigment Green #0D9A45
Tints of Pigment Green #0D9A45
RGB
CMYK
RGB Variations
Color information
#0D9A45 (or 0x0D9A45) is known color: Pigment Green. HEX triplet: 0D, 9A and 45. RGB value is (13,154,69). Sum of RGB (Red+Green+Blue) = 13+154+69=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A45 is #F265BA. Grayscale: #666666. Windows color (decimal): -15885755 or 4561421. OLE color: 4561421.
HSL color Cylindrical-coordinate representation of color #0D9A45: hue angle of 143.83º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A45 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 69 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.40 |
| HSL | 143.83º | 0.84% | 0.33% | - |
| HSV(B) | 143.83º | 0.92% | 0.6% | - |
| XYZ | 12.8 | 23.63 | 9.52 | - |
| YUV | 102.15 | 109.29 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 69 | 0.92 | 0 | 0.55 | 0.40 | 143.83 | 0.84 | 0.33 |
| Hex | D | 9A | 45 | 5C | 0 | 37 | 28 | 90 | 54 | 21 |
| Octal | 15 | 232 | 105 | 134 | 0 | 67 | 50 | 220 | 124 | 41 |
| Binary | 1101 | 10011010 | 1000101 | 1011100 | 0 | 110111 | 101000 | 10010000 | 1010100 | 100001 |
Color Harmonies of #0D9A45
Complementary color
Monochromatic Colors of #0D9A45
Black with #0D9A45
Text Example
Text Example
White with #0D9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A45; }
p { color: rgb(13,154,69); }
H1.HeaderClassName
{
color: #0D9A45;
}
.AnyTagClassName
{
color: #0D9A45;
}
</style>
background-color css
<style>
a { background-color: #0D9A45; }
a { background-color: rgb(13,154,69); }
div.DivClassName
{
background-color: #0D9A45;
}
.BgClassName
{
background-color: #0D9A45;
}
</style>
border-color css
<style>
span { border-color: #0D9A45; }
span { border-color: rgb(13,154,69); }
td.TdClassName
{
border-color: #0D9A45;
}
.TagClassName
{
border-color: #0D9A45;
}
</style>