Shades of Pigment Green #0DAA4B
Tints of Pigment Green #0DAA4B
RGB
CMYK
RGB Variations
Color information
#0DAA4B (or 0x0DAA4B) is known color: Pigment Green. HEX triplet: 0D, AA and 4B. RGB value is (13,170,75). Sum of RGB (Red+Green+Blue) = 13+170+75=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAA4B is #F255B4. Grayscale: #707070. Windows color (decimal): -15881653 or 4958733. OLE color: 4958733.
HSL color Cylindrical-coordinate representation of color #0DAA4B: hue angle of 143.69º 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 #0DAA4B is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 75 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.33 |
| HSL | 143.69º | 0.86% | 0.36% | - |
| HSV(B) | 143.69º | 0.92% | 0.67% | - |
| XYZ | 15.81 | 29.34 | 11.49 | - |
| YUV | 112.23 | 106.99 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 75 | 0.92 | 0 | 0.56 | 0.33 | 143.69 | 0.86 | 0.36 |
| Hex | D | AA | 4B | 5C | 0 | 38 | 21 | 90 | 56 | 24 |
| Octal | 15 | 252 | 113 | 134 | 0 | 70 | 41 | 220 | 126 | 44 |
| Binary | 1101 | 10101010 | 1001011 | 1011100 | 0 | 111000 | 100001 | 10010000 | 1010110 | 100100 |
Color Harmonies of #0DAA4B
Complementary color
Monochromatic Colors of #0DAA4B
Black with #0DAA4B
Text Example
Text Example
White with #0DAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA4B; }
p { color: rgb(13,170,75); }
H1.HeaderClassName
{
color: #0DAA4B;
}
.AnyTagClassName
{
color: #0DAA4B;
}
</style>
background-color css
<style>
a { background-color: #0DAA4B; }
a { background-color: rgb(13,170,75); }
div.DivClassName
{
background-color: #0DAA4B;
}
.BgClassName
{
background-color: #0DAA4B;
}
</style>
border-color css
<style>
span { border-color: #0DAA4B; }
span { border-color: rgb(13,170,75); }
td.TdClassName
{
border-color: #0DAA4B;
}
.TagClassName
{
border-color: #0DAA4B;
}
</style>