Shades of Pigment Green #0DA35A
Tints of Pigment Green #0DA35A
RGB
CMYK
RGB Variations
Color information
#0DA35A (or 0x0DA35A) is known color: Pigment Green. HEX triplet: 0D, A3 and 5A. RGB value is (13,163,90). Sum of RGB (Red+Green+Blue) = 13+163+90=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 163 (64.06% from 255 or 61.28% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA35A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA35A is #F25CA5. Grayscale: #6D6D6D. Windows color (decimal): -15883430 or 5939981. OLE color: 5939981.
HSL color Cylindrical-coordinate representation of color #0DA35A: hue angle of 150.8º 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 #0DA35A is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 90 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.36 |
| HSL | 150.8º | 0.85% | 0.35% | - |
| HSV(B) | 150.8º | 0.92% | 0.64% | - |
| XYZ | 15.11 | 27.02 | 14.09 | - |
| YUV | 109.83 | 116.81 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 90 | 0.92 | 0 | 0.45 | 0.36 | 150.8 | 0.85 | 0.35 |
| Hex | D | A3 | 5A | 5C | 0 | 2D | 24 | 97 | 55 | 23 |
| Octal | 15 | 243 | 132 | 134 | 0 | 55 | 44 | 227 | 125 | 43 |
| Binary | 1101 | 10100011 | 1011010 | 1011100 | 0 | 101101 | 100100 | 10010111 | 1010101 | 100011 |
Color Harmonies of #0DA35A
Complementary color
Monochromatic Colors of #0DA35A
Black with #0DA35A
Text Example
Text Example
White with #0DA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA35A; }
p { color: rgb(13,163,90); }
H1.HeaderClassName
{
color: #0DA35A;
}
.AnyTagClassName
{
color: #0DA35A;
}
</style>
background-color css
<style>
a { background-color: #0DA35A; }
a { background-color: rgb(13,163,90); }
div.DivClassName
{
background-color: #0DA35A;
}
.BgClassName
{
background-color: #0DA35A;
}
</style>
border-color css
<style>
span { border-color: #0DA35A; }
span { border-color: rgb(13,163,90); }
td.TdClassName
{
border-color: #0DA35A;
}
.TagClassName
{
border-color: #0DA35A;
}
</style>