Shades of Pigment Green #0D9E52
Tints of Pigment Green #0D9E52
RGB
CMYK
RGB Variations
Color information
#0D9E52 (or 0x0D9E52) is known color: Pigment Green. HEX triplet: 0D, 9E and 52. RGB value is (13,158,82). Sum of RGB (Red+Green+Blue) = 13+158+82=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 158 (62.11% from 255 or 62.45% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E52 is #F261AD. Grayscale: #6A6A6A. Windows color (decimal): -15884718 or 5414413. OLE color: 5414413.
HSL color Cylindrical-coordinate representation of color #0D9E52: hue angle of 148.55º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E52 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 82 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.38 |
| HSL | 148.55º | 0.85% | 0.34% | - |
| HSV(B) | 148.55º | 0.92% | 0.62% | - |
| XYZ | 13.92 | 25.15 | 12.1 | - |
| YUV | 105.98 | 114.46 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 82 | 0.92 | 0 | 0.48 | 0.38 | 148.55 | 0.85 | 0.34 |
| Hex | D | 9E | 52 | 5C | 0 | 30 | 26 | 95 | 55 | 22 |
| Octal | 15 | 236 | 122 | 134 | 0 | 60 | 46 | 225 | 125 | 42 |
| Binary | 1101 | 10011110 | 1010010 | 1011100 | 0 | 110000 | 100110 | 10010101 | 1010101 | 100010 |
Color Harmonies of #0D9E52
Complementary color
Monochromatic Colors of #0D9E52
Black with #0D9E52
Text Example
Text Example
White with #0D9E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E52; }
p { color: rgb(13,158,82); }
H1.HeaderClassName
{
color: #0D9E52;
}
.AnyTagClassName
{
color: #0D9E52;
}
</style>
background-color css
<style>
a { background-color: #0D9E52; }
a { background-color: rgb(13,158,82); }
div.DivClassName
{
background-color: #0D9E52;
}
.BgClassName
{
background-color: #0D9E52;
}
</style>
border-color css
<style>
span { border-color: #0D9E52; }
span { border-color: rgb(13,158,82); }
td.TdClassName
{
border-color: #0D9E52;
}
.TagClassName
{
border-color: #0D9E52;
}
</style>