Shades of Pigment Green #0D9A40
Tints of Pigment Green #0D9A40
RGB
CMYK
RGB Variations
Color information
#0D9A40 (or 0x0D9A40) is known color: Pigment Green. HEX triplet: 0D, 9A and 40. RGB value is (13,154,64). Sum of RGB (Red+Green+Blue) = 13+154+64=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 154 (60.55% from 255 or 66.67% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A40 is #F265BF. Grayscale: #656565. Windows color (decimal): -15885760 or 4233741. OLE color: 4233741.
HSL color Cylindrical-coordinate representation of color #0D9A40: hue angle of 141.7º 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 #0D9A40 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 64 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.40 |
| HSL | 141.7º | 0.84% | 0.33% | - |
| HSV(B) | 141.7º | 0.92% | 0.6% | - |
| XYZ | 12.65 | 23.57 | 8.73 | - |
| YUV | 101.58 | 106.79 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 64 | 0.92 | 0 | 0.58 | 0.40 | 141.7 | 0.84 | 0.33 |
| Hex | D | 9A | 40 | 5C | 0 | 3A | 28 | 8E | 54 | 21 |
| Octal | 15 | 232 | 100 | 134 | 0 | 72 | 50 | 216 | 124 | 41 |
| Binary | 1101 | 10011010 | 1000000 | 1011100 | 0 | 111010 | 101000 | 10001110 | 1010100 | 100001 |
Color Harmonies of #0D9A40
Complementary color
Monochromatic Colors of #0D9A40
Black with #0D9A40
Text Example
Text Example
White with #0D9A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A40; }
p { color: rgb(13,154,64); }
H1.HeaderClassName
{
color: #0D9A40;
}
.AnyTagClassName
{
color: #0D9A40;
}
</style>
background-color css
<style>
a { background-color: #0D9A40; }
a { background-color: rgb(13,154,64); }
div.DivClassName
{
background-color: #0D9A40;
}
.BgClassName
{
background-color: #0D9A40;
}
</style>
border-color css
<style>
span { border-color: #0D9A40; }
span { border-color: rgb(13,154,64); }
td.TdClassName
{
border-color: #0D9A40;
}
.TagClassName
{
border-color: #0D9A40;
}
</style>