Shades of Pigment Green #0DAA50
Tints of Pigment Green #0DAA50
RGB
CMYK
RGB Variations
Color information
#0DAA50 (or 0x0DAA50) is known color: Pigment Green. HEX triplet: 0D, AA and 50. RGB value is (13,170,80). Sum of RGB (Red+Green+Blue) = 13+170+80=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA50 is #F255AF. Grayscale: #717171. Windows color (decimal): -15881648 or 5286413. OLE color: 5286413.
HSL color Cylindrical-coordinate representation of color #0DAA50: hue angle of 145.61º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAA50 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 80 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.33 |
| HSL | 145.61º | 0.86% | 0.36% | - |
| HSV(B) | 145.61º | 0.92% | 0.67% | - |
| XYZ | 15.99 | 29.41 | 12.42 | - |
| YUV | 112.8 | 109.49 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 80 | 0.92 | 0 | 0.53 | 0.33 | 145.61 | 0.86 | 0.36 |
| Hex | D | AA | 50 | 5C | 0 | 35 | 21 | 92 | 56 | 24 |
| Octal | 15 | 252 | 120 | 134 | 0 | 65 | 41 | 222 | 126 | 44 |
| Binary | 1101 | 10101010 | 1010000 | 1011100 | 0 | 110101 | 100001 | 10010010 | 1010110 | 100100 |
Color Harmonies of #0DAA50
Complementary color
Monochromatic Colors of #0DAA50
Black with #0DAA50
Text Example
Text Example
White with #0DAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA50; }
p { color: rgb(13,170,80); }
H1.HeaderClassName
{
color: #0DAA50;
}
.AnyTagClassName
{
color: #0DAA50;
}
</style>
background-color css
<style>
a { background-color: #0DAA50; }
a { background-color: rgb(13,170,80); }
div.DivClassName
{
background-color: #0DAA50;
}
.BgClassName
{
background-color: #0DAA50;
}
</style>
border-color css
<style>
span { border-color: #0DAA50; }
span { border-color: rgb(13,170,80); }
td.TdClassName
{
border-color: #0DAA50;
}
.TagClassName
{
border-color: #0DAA50;
}
</style>