Shades of Pigment Green #0DA23D
Tints of Pigment Green #0DA23D
RGB
CMYK
RGB Variations
Color information
#0DA23D (or 0x0DA23D) is known color: Pigment Green. HEX triplet: 0D, A2 and 3D. RGB value is (13,162,61). Sum of RGB (Red+Green+Blue) = 13+162+61=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA23D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA23D is #F25DC2. Grayscale: #6A6A6A. Windows color (decimal): -15883715 or 4039181. OLE color: 4039181.
HSL color Cylindrical-coordinate representation of color #0DA23D: hue angle of 139.33º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA23D is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 61 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.36 |
| HSL | 139.33º | 0.85% | 0.34% | - |
| HSV(B) | 139.33º | 0.92% | 0.64% | - |
| XYZ | 13.93 | 26.26 | 8.75 | - |
| YUV | 105.94 | 102.64 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 61 | 0.92 | 0 | 0.62 | 0.36 | 139.33 | 0.85 | 0.34 |
| Hex | D | A2 | 3D | 5C | 0 | 3E | 24 | 8B | 55 | 22 |
| Octal | 15 | 242 | 75 | 134 | 0 | 76 | 44 | 213 | 125 | 42 |
| Binary | 1101 | 10100010 | 111101 | 1011100 | 0 | 111110 | 100100 | 10001011 | 1010101 | 100010 |
Color Harmonies of #0DA23D
Complementary color
Monochromatic Colors of #0DA23D
Black with #0DA23D
Text Example
Text Example
White with #0DA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA23D; }
p { color: rgb(13,162,61); }
H1.HeaderClassName
{
color: #0DA23D;
}
.AnyTagClassName
{
color: #0DA23D;
}
</style>
background-color css
<style>
a { background-color: #0DA23D; }
a { background-color: rgb(13,162,61); }
div.DivClassName
{
background-color: #0DA23D;
}
.BgClassName
{
background-color: #0DA23D;
}
</style>
border-color css
<style>
span { border-color: #0DA23D; }
span { border-color: rgb(13,162,61); }
td.TdClassName
{
border-color: #0DA23D;
}
.TagClassName
{
border-color: #0DA23D;
}
</style>