Shades of Pigment Green #0DA23F
Tints of Pigment Green #0DA23F
RGB
CMYK
RGB Variations
Color information
#0DA23F (or 0x0DA23F) is known color: Pigment Green. HEX triplet: 0D, A2 and 3F. RGB value is (13,162,63). Sum of RGB (Red+Green+Blue) = 13+162+63=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 162 (63.67% from 255 or 68.07% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA23F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA23F is #F25DC0. Grayscale: #6A6A6A. Windows color (decimal): -15883713 or 4170253. OLE color: 4170253.
HSL color Cylindrical-coordinate representation of color #0DA23F: hue angle of 140.13º 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 #0DA23F is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 63 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.36 |
| HSL | 140.13º | 0.85% | 0.34% | - |
| HSV(B) | 140.13º | 0.92% | 0.64% | - |
| XYZ | 13.98 | 26.29 | 9.04 | - |
| YUV | 106.16 | 103.64 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 63 | 0.92 | 0 | 0.61 | 0.36 | 140.13 | 0.85 | 0.34 |
| Hex | D | A2 | 3F | 5C | 0 | 3D | 24 | 8C | 55 | 22 |
| Octal | 15 | 242 | 77 | 134 | 0 | 75 | 44 | 214 | 125 | 42 |
| Binary | 1101 | 10100010 | 111111 | 1011100 | 0 | 111101 | 100100 | 10001100 | 1010101 | 100010 |
Color Harmonies of #0DA23F
Complementary color
Monochromatic Colors of #0DA23F
Black with #0DA23F
Text Example
Text Example
White with #0DA23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA23F; }
p { color: rgb(13,162,63); }
H1.HeaderClassName
{
color: #0DA23F;
}
.AnyTagClassName
{
color: #0DA23F;
}
</style>
background-color css
<style>
a { background-color: #0DA23F; }
a { background-color: rgb(13,162,63); }
div.DivClassName
{
background-color: #0DA23F;
}
.BgClassName
{
background-color: #0DA23F;
}
</style>
border-color css
<style>
span { border-color: #0DA23F; }
span { border-color: rgb(13,162,63); }
td.TdClassName
{
border-color: #0DA23F;
}
.TagClassName
{
border-color: #0DA23F;
}
</style>