Shades of Pigment Green #0DBB5C
Tints of Pigment Green #0DBB5C
RGB
CMYK
RGB Variations
Color information
#0DBB5C (or 0x0DBB5C) is known color: Pigment Green. HEX triplet: 0D, BB and 5C. RGB value is (13,187,92). Sum of RGB (Red+Green+Blue) = 13+187+92=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBB5C is #F244A3. Grayscale: #7C7C7C. Windows color (decimal): -15877284 or 6077197. OLE color: 6077197.
HSL color Cylindrical-coordinate representation of color #0DBB5C: hue angle of 147.24º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBB5C is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 92 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.27 |
| HSL | 147.24º | 0.87% | 0.39% | - |
| HSV(B) | 147.24º | 0.93% | 0.73% | - |
| XYZ | 19.87 | 36.4 | 16.1 | - |
| YUV | 124.14 | 109.85 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 92 | 0.93 | 0 | 0.51 | 0.27 | 147.24 | 0.87 | 0.39 |
| Hex | D | BB | 5C | 5D | 0 | 33 | 1B | 93 | 57 | 27 |
| Octal | 15 | 273 | 134 | 135 | 0 | 63 | 33 | 223 | 127 | 47 |
| Binary | 1101 | 10111011 | 1011100 | 1011101 | 0 | 110011 | 11011 | 10010011 | 1010111 | 100111 |
Color Harmonies of #0DBB5C
Complementary color
Monochromatic Colors of #0DBB5C
Black with #0DBB5C
Text Example
Text Example
White with #0DBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB5C; }
p { color: rgb(13,187,92); }
H1.HeaderClassName
{
color: #0DBB5C;
}
.AnyTagClassName
{
color: #0DBB5C;
}
</style>
background-color css
<style>
a { background-color: #0DBB5C; }
a { background-color: rgb(13,187,92); }
div.DivClassName
{
background-color: #0DBB5C;
}
.BgClassName
{
background-color: #0DBB5C;
}
</style>
border-color css
<style>
span { border-color: #0DBB5C; }
span { border-color: rgb(13,187,92); }
td.TdClassName
{
border-color: #0DBB5C;
}
.TagClassName
{
border-color: #0DBB5C;
}
</style>