Shades of Pigment Green #0D9B40
Tints of Pigment Green #0D9B40
RGB
CMYK
RGB Variations
Color information
#0D9B40 (or 0x0D9B40) is known color: Pigment Green. HEX triplet: 0D, 9B and 40. RGB value is (13,155,64). Sum of RGB (Red+Green+Blue) = 13+155+64=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 155 (60.94% from 255 or 66.81% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9B40 is #F264BF. Grayscale: #666666. Windows color (decimal): -15885504 or 4233997. OLE color: 4233997.
HSL color Cylindrical-coordinate representation of color #0D9B40: hue angle of 141.55º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B40 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 155 | 64 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.39 |
| HSL | 141.55º | 0.85% | 0.33% | - |
| HSV(B) | 141.55º | 0.92% | 0.61% | - |
| XYZ | 12.81 | 23.9 | 8.79 | - |
| YUV | 102.17 | 106.46 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 64 | 0.92 | 0 | 0.59 | 0.39 | 141.55 | 0.85 | 0.33 |
| Hex | D | 9B | 40 | 5C | 0 | 3B | 27 | 8E | 55 | 21 |
| Octal | 15 | 233 | 100 | 134 | 0 | 73 | 47 | 216 | 125 | 41 |
| Binary | 1101 | 10011011 | 1000000 | 1011100 | 0 | 111011 | 100111 | 10001110 | 1010101 | 100001 |
Color Harmonies of #0D9B40
Complementary color
Monochromatic Colors of #0D9B40
Black with #0D9B40
Text Example
Text Example
White with #0D9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9B40; }
p { color: rgb(13,155,64); }
H1.HeaderClassName
{
color: #0D9B40;
}
.AnyTagClassName
{
color: #0D9B40;
}
</style>
background-color css
<style>
a { background-color: #0D9B40; }
a { background-color: rgb(13,155,64); }
div.DivClassName
{
background-color: #0D9B40;
}
.BgClassName
{
background-color: #0D9B40;
}
</style>
border-color css
<style>
span { border-color: #0D9B40; }
span { border-color: rgb(13,155,64); }
td.TdClassName
{
border-color: #0D9B40;
}
.TagClassName
{
border-color: #0D9B40;
}
</style>