Shades of Pigment Green #0D974B
Tints of Pigment Green #0D974B
RGB
CMYK
RGB Variations
Color information
#0D974B (or 0x0D974B) is known color: Pigment Green. HEX triplet: 0D, 97 and 4B. RGB value is (13,151,75). Sum of RGB (Red+Green+Blue) = 13+151+75=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 151 (59.38% from 255 or 63.18% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 151 - color contains mainly: green. Hex color #0D974B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D974B is #F268B4. Grayscale: #656565. Windows color (decimal): -15886517 or 4953869. OLE color: 4953869.
HSL color Cylindrical-coordinate representation of color #0D974B: hue angle of 146.96º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D974B is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 75 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.41 |
| HSL | 146.96º | 0.84% | 0.32% | - |
| HSV(B) | 146.96º | 0.91% | 0.59% | - |
| XYZ | 12.5 | 22.73 | 10.38 | - |
| YUV | 101.07 | 113.28 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 75 | 0.91 | 0 | 0.50 | 0.41 | 146.96 | 0.84 | 0.32 |
| Hex | D | 97 | 4B | 5B | 0 | 32 | 29 | 93 | 54 | 20 |
| Octal | 15 | 227 | 113 | 133 | 0 | 62 | 51 | 223 | 124 | 40 |
| Binary | 1101 | 10010111 | 1001011 | 1011011 | 0 | 110010 | 101001 | 10010011 | 1010100 | 100000 |
Color Harmonies of #0D974B
Complementary color
Monochromatic Colors of #0D974B
Black with #0D974B
Text Example
Text Example
White with #0D974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D974B; }
p { color: rgb(13,151,75); }
H1.HeaderClassName
{
color: #0D974B;
}
.AnyTagClassName
{
color: #0D974B;
}
</style>
background-color css
<style>
a { background-color: #0D974B; }
a { background-color: rgb(13,151,75); }
div.DivClassName
{
background-color: #0D974B;
}
.BgClassName
{
background-color: #0D974B;
}
</style>
border-color css
<style>
span { border-color: #0D974B; }
span { border-color: rgb(13,151,75); }
td.TdClassName
{
border-color: #0D974B;
}
.TagClassName
{
border-color: #0D974B;
}
</style>