Shades of Pigment Green #0DAD5D
Tints of Pigment Green #0DAD5D
RGB
CMYK
RGB Variations
Color information
#0DAD5D (or 0x0DAD5D) is known color: Pigment Green. HEX triplet: 0D, AD and 5D. RGB value is (13,173,93). Sum of RGB (Red+Green+Blue) = 13+173+93=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD5D is #F252A2. Grayscale: #747474. Windows color (decimal): -15880867 or 6139149. OLE color: 6139149.
HSL color Cylindrical-coordinate representation of color #0DAD5D: hue angle of 150º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD5D is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 93 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.32 |
| HSL | 150º | 0.86% | 0.36% | - |
| HSV(B) | 150º | 0.92% | 0.68% | - |
| XYZ | 17.09 | 30.76 | 15.39 | - |
| YUV | 116.04 | 114.99 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 93 | 0.92 | 0 | 0.46 | 0.32 | 150 | 0.86 | 0.36 |
| Hex | D | AD | 5D | 5C | 0 | 2E | 20 | 96 | 56 | 24 |
| Octal | 15 | 255 | 135 | 134 | 0 | 56 | 40 | 226 | 126 | 44 |
| Binary | 1101 | 10101101 | 1011101 | 1011100 | 0 | 101110 | 100000 | 10010110 | 1010110 | 100100 |
Color Harmonies of #0DAD5D
Complementary color
Monochromatic Colors of #0DAD5D
Black with #0DAD5D
Text Example
Text Example
White with #0DAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD5D; }
p { color: rgb(13,173,93); }
H1.HeaderClassName
{
color: #0DAD5D;
}
.AnyTagClassName
{
color: #0DAD5D;
}
</style>
background-color css
<style>
a { background-color: #0DAD5D; }
a { background-color: rgb(13,173,93); }
div.DivClassName
{
background-color: #0DAD5D;
}
.BgClassName
{
background-color: #0DAD5D;
}
</style>
border-color css
<style>
span { border-color: #0DAD5D; }
span { border-color: rgb(13,173,93); }
td.TdClassName
{
border-color: #0DAD5D;
}
.TagClassName
{
border-color: #0DAD5D;
}
</style>