Shades of Pigment Green #0D9A36
Tints of Pigment Green #0D9A36
RGB
CMYK
RGB Variations
Color information
#0D9A36 (or 0x0D9A36) is known color: Pigment Green. HEX triplet: 0D, 9A and 36. RGB value is (13,154,54). Sum of RGB (Red+Green+Blue) = 13+154+54=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 154 (60.55% from 255 or 69.68% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A36 is #F265C9. Grayscale: #646464. Windows color (decimal): -15885770 or 3578381. OLE color: 3578381.
HSL color Cylindrical-coordinate representation of color #0D9A36: hue angle of 137.45º 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 #0D9A36 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 54 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.40 |
| HSL | 137.45º | 0.84% | 0.33% | - |
| HSV(B) | 137.45º | 0.92% | 0.6% | - |
| XYZ | 12.39 | 23.46 | 7.37 | - |
| YUV | 100.44 | 101.79 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 54 | 0.92 | 0 | 0.65 | 0.40 | 137.45 | 0.84 | 0.33 |
| Hex | D | 9A | 36 | 5C | 0 | 41 | 28 | 89 | 54 | 21 |
| Octal | 15 | 232 | 66 | 134 | 0 | 101 | 50 | 211 | 124 | 41 |
| Binary | 1101 | 10011010 | 110110 | 1011100 | 0 | 1000001 | 101000 | 10001001 | 1010100 | 100001 |
Color Harmonies of #0D9A36
Complementary color
Monochromatic Colors of #0D9A36
Black with #0D9A36
Text Example
Text Example
White with #0D9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A36; }
p { color: rgb(13,154,54); }
H1.HeaderClassName
{
color: #0D9A36;
}
.AnyTagClassName
{
color: #0D9A36;
}
</style>
background-color css
<style>
a { background-color: #0D9A36; }
a { background-color: rgb(13,154,54); }
div.DivClassName
{
background-color: #0D9A36;
}
.BgClassName
{
background-color: #0D9A36;
}
</style>
border-color css
<style>
span { border-color: #0D9A36; }
span { border-color: rgb(13,154,54); }
td.TdClassName
{
border-color: #0D9A36;
}
.TagClassName
{
border-color: #0D9A36;
}
</style>