Shades of Pigment Green #0DA541
Tints of Pigment Green #0DA541
RGB
CMYK
RGB Variations
Color information
#0DA541 (or 0x0DA541) is known color: Pigment Green. HEX triplet: 0D, A5 and 41. RGB value is (13,165,65). Sum of RGB (Red+Green+Blue) = 13+165+65=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA541 is #F25ABE. Grayscale: #6C6C6C. Windows color (decimal): -15882943 or 4302093. OLE color: 4302093.
HSL color Cylindrical-coordinate representation of color #0DA541: hue angle of 140.53º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA541 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 65 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.35 |
| HSL | 140.53º | 0.85% | 0.35% | - |
| HSV(B) | 140.53º | 0.92% | 0.65% | - |
| XYZ | 14.58 | 27.38 | 9.52 | - |
| YUV | 108.15 | 103.64 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 65 | 0.92 | 0 | 0.61 | 0.35 | 140.53 | 0.85 | 0.35 |
| Hex | D | A5 | 41 | 5C | 0 | 3D | 23 | 8D | 55 | 23 |
| Octal | 15 | 245 | 101 | 134 | 0 | 75 | 43 | 215 | 125 | 43 |
| Binary | 1101 | 10100101 | 1000001 | 1011100 | 0 | 111101 | 100011 | 10001101 | 1010101 | 100011 |
Color Harmonies of #0DA541
Complementary color
Monochromatic Colors of #0DA541
Black with #0DA541
Text Example
Text Example
White with #0DA541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA541; }
p { color: rgb(13,165,65); }
H1.HeaderClassName
{
color: #0DA541;
}
.AnyTagClassName
{
color: #0DA541;
}
</style>
background-color css
<style>
a { background-color: #0DA541; }
a { background-color: rgb(13,165,65); }
div.DivClassName
{
background-color: #0DA541;
}
.BgClassName
{
background-color: #0DA541;
}
</style>
border-color css
<style>
span { border-color: #0DA541; }
span { border-color: rgb(13,165,65); }
td.TdClassName
{
border-color: #0DA541;
}
.TagClassName
{
border-color: #0DA541;
}
</style>