Shades of Pigment Green #0DA953
Tints of Pigment Green #0DA953
RGB
CMYK
RGB Variations
Color information
#0DA953 (or 0x0DA953) is known color: Pigment Green. HEX triplet: 0D, A9 and 53. RGB value is (13,169,83). Sum of RGB (Red+Green+Blue) = 13+169+83=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA953 is #F256AC. Grayscale: #707070. Windows color (decimal): -15881901 or 5482765. OLE color: 5482765.
HSL color Cylindrical-coordinate representation of color #0DA953: hue angle of 146.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA953 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 83 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.34 |
| HSL | 146.92º | 0.86% | 0.36% | - |
| HSV(B) | 146.92º | 0.92% | 0.66% | - |
| XYZ | 15.92 | 29.09 | 12.96 | - |
| YUV | 112.55 | 111.32 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 83 | 0.92 | 0 | 0.51 | 0.34 | 146.92 | 0.86 | 0.36 |
| Hex | D | A9 | 53 | 5C | 0 | 33 | 22 | 93 | 56 | 24 |
| Octal | 15 | 251 | 123 | 134 | 0 | 63 | 42 | 223 | 126 | 44 |
| Binary | 1101 | 10101001 | 1010011 | 1011100 | 0 | 110011 | 100010 | 10010011 | 1010110 | 100100 |
Color Harmonies of #0DA953
Complementary color
Monochromatic Colors of #0DA953
Black with #0DA953
Text Example
Text Example
White with #0DA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA953; }
p { color: rgb(13,169,83); }
H1.HeaderClassName
{
color: #0DA953;
}
.AnyTagClassName
{
color: #0DA953;
}
</style>
background-color css
<style>
a { background-color: #0DA953; }
a { background-color: rgb(13,169,83); }
div.DivClassName
{
background-color: #0DA953;
}
.BgClassName
{
background-color: #0DA953;
}
</style>
border-color css
<style>
span { border-color: #0DA953; }
span { border-color: rgb(13,169,83); }
td.TdClassName
{
border-color: #0DA953;
}
.TagClassName
{
border-color: #0DA953;
}
</style>