Shades of Pigment Green #0DA84B
Tints of Pigment Green #0DA84B
RGB
CMYK
RGB Variations
Color information
#0DA84B (or 0x0DA84B) is known color: Pigment Green. HEX triplet: 0D, A8 and 4B. RGB value is (13,168,75). Sum of RGB (Red+Green+Blue) = 13+168+75=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA84B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA84B is #F257B4. Grayscale: #6F6F6F. Windows color (decimal): -15882165 or 4958221. OLE color: 4958221.
HSL color Cylindrical-coordinate representation of color #0DA84B: hue angle of 144º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA84B is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 75 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.34 |
| HSL | 144º | 0.86% | 0.35% | - |
| HSV(B) | 144º | 0.92% | 0.66% | - |
| XYZ | 15.44 | 28.6 | 11.36 | - |
| YUV | 111.05 | 107.65 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 75 | 0.92 | 0 | 0.55 | 0.34 | 144 | 0.86 | 0.35 |
| Hex | D | A8 | 4B | 5C | 0 | 37 | 22 | 90 | 56 | 23 |
| Octal | 15 | 250 | 113 | 134 | 0 | 67 | 42 | 220 | 126 | 43 |
| Binary | 1101 | 10101000 | 1001011 | 1011100 | 0 | 110111 | 100010 | 10010000 | 1010110 | 100011 |
Color Harmonies of #0DA84B
Complementary color
Monochromatic Colors of #0DA84B
Black with #0DA84B
Text Example
Text Example
White with #0DA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA84B; }
p { color: rgb(13,168,75); }
H1.HeaderClassName
{
color: #0DA84B;
}
.AnyTagClassName
{
color: #0DA84B;
}
</style>
background-color css
<style>
a { background-color: #0DA84B; }
a { background-color: rgb(13,168,75); }
div.DivClassName
{
background-color: #0DA84B;
}
.BgClassName
{
background-color: #0DA84B;
}
</style>
border-color css
<style>
span { border-color: #0DA84B; }
span { border-color: rgb(13,168,75); }
td.TdClassName
{
border-color: #0DA84B;
}
.TagClassName
{
border-color: #0DA84B;
}
</style>