Shades of Pigment Green #0DB15C
Tints of Pigment Green #0DB15C
RGB
CMYK
RGB Variations
Color information
#0DB15C (or 0x0DB15C) is known color: Pigment Green. HEX triplet: 0D, B1 and 5C. RGB value is (13,177,92). Sum of RGB (Red+Green+Blue) = 13+177+92=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB15C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB15C is #F24EA3. Grayscale: #767676. Windows color (decimal): -15879844 or 6074637. OLE color: 6074637.
HSL color Cylindrical-coordinate representation of color #0DB15C: hue angle of 148.9º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB15C is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 92 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.31 |
| HSL | 148.9º | 0.86% | 0.37% | - |
| HSV(B) | 148.9º | 0.93% | 0.69% | - |
| XYZ | 17.82 | 32.3 | 15.42 | - |
| YUV | 118.27 | 113.17 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 92 | 0.93 | 0 | 0.48 | 0.31 | 148.9 | 0.86 | 0.37 |
| Hex | D | B1 | 5C | 5D | 0 | 30 | 1F | 95 | 56 | 25 |
| Octal | 15 | 261 | 134 | 135 | 0 | 60 | 37 | 225 | 126 | 45 |
| Binary | 1101 | 10110001 | 1011100 | 1011101 | 0 | 110000 | 11111 | 10010101 | 1010110 | 100101 |
Color Harmonies of #0DB15C
Complementary color
Monochromatic Colors of #0DB15C
Black with #0DB15C
Text Example
Text Example
White with #0DB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB15C; }
p { color: rgb(13,177,92); }
H1.HeaderClassName
{
color: #0DB15C;
}
.AnyTagClassName
{
color: #0DB15C;
}
</style>
background-color css
<style>
a { background-color: #0DB15C; }
a { background-color: rgb(13,177,92); }
div.DivClassName
{
background-color: #0DB15C;
}
.BgClassName
{
background-color: #0DB15C;
}
</style>
border-color css
<style>
span { border-color: #0DB15C; }
span { border-color: rgb(13,177,92); }
td.TdClassName
{
border-color: #0DB15C;
}
.TagClassName
{
border-color: #0DB15C;
}
</style>