Shades of Pigment Green #0DA352
Tints of Pigment Green #0DA352
RGB
CMYK
RGB Variations
Color information
#0DA352 (or 0x0DA352) is known color: Pigment Green. HEX triplet: 0D, A3 and 52. RGB value is (13,163,82). Sum of RGB (Red+Green+Blue) = 13+163+82=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 163 (64.06% from 255 or 63.18% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA352 is #F25CAD. Grayscale: #6D6D6D. Windows color (decimal): -15883438 or 5415693. OLE color: 5415693.
HSL color Cylindrical-coordinate representation of color #0DA352: hue angle of 147.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA352 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 82 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.36 |
| HSL | 147.6º | 0.85% | 0.35% | - |
| HSV(B) | 147.6º | 0.92% | 0.64% | - |
| XYZ | 14.79 | 26.89 | 12.39 | - |
| YUV | 108.92 | 112.81 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 82 | 0.92 | 0 | 0.50 | 0.36 | 147.6 | 0.85 | 0.35 |
| Hex | D | A3 | 52 | 5C | 0 | 32 | 24 | 94 | 55 | 23 |
| Octal | 15 | 243 | 122 | 134 | 0 | 62 | 44 | 224 | 125 | 43 |
| Binary | 1101 | 10100011 | 1010010 | 1011100 | 0 | 110010 | 100100 | 10010100 | 1010101 | 100011 |
Color Harmonies of #0DA352
Complementary color
Monochromatic Colors of #0DA352
Black with #0DA352
Text Example
Text Example
White with #0DA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA352; }
p { color: rgb(13,163,82); }
H1.HeaderClassName
{
color: #0DA352;
}
.AnyTagClassName
{
color: #0DA352;
}
</style>
background-color css
<style>
a { background-color: #0DA352; }
a { background-color: rgb(13,163,82); }
div.DivClassName
{
background-color: #0DA352;
}
.BgClassName
{
background-color: #0DA352;
}
</style>
border-color css
<style>
span { border-color: #0DA352; }
span { border-color: rgb(13,163,82); }
td.TdClassName
{
border-color: #0DA352;
}
.TagClassName
{
border-color: #0DA352;
}
</style>