Shades of Pigment Green #0D9854
Tints of Pigment Green #0D9854
RGB
CMYK
RGB Variations
Color information
#0D9854 (or 0x0D9854) is known color: Pigment Green. HEX triplet: 0D, 98 and 54. RGB value is (13,152,84). Sum of RGB (Red+Green+Blue) = 13+152+84=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #0D9854 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9854 is #F267AB. Grayscale: #666666. Windows color (decimal): -15886252 or 5543949. OLE color: 5543949.
HSL color Cylindrical-coordinate representation of color #0D9854: hue angle of 150.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9854 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 84 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.40 |
| HSL | 150.65º | 0.84% | 0.32% | - |
| HSV(B) | 150.65º | 0.91% | 0.6% | - |
| XYZ | 12.99 | 23.18 | 12.18 | - |
| YUV | 102.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 84 | 0.91 | 0 | 0.45 | 0.40 | 150.65 | 0.84 | 0.32 |
| Hex | D | 98 | 54 | 5B | 0 | 2D | 28 | 97 | 54 | 20 |
| Octal | 15 | 230 | 124 | 133 | 0 | 55 | 50 | 227 | 124 | 40 |
| Binary | 1101 | 10011000 | 1010100 | 1011011 | 0 | 101101 | 101000 | 10010111 | 1010100 | 100000 |
Color Harmonies of #0D9854
Complementary color
Monochromatic Colors of #0D9854
Black with #0D9854
Text Example
Text Example
White with #0D9854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9854; }
p { color: rgb(13,152,84); }
H1.HeaderClassName
{
color: #0D9854;
}
.AnyTagClassName
{
color: #0D9854;
}
</style>
background-color css
<style>
a { background-color: #0D9854; }
a { background-color: rgb(13,152,84); }
div.DivClassName
{
background-color: #0D9854;
}
.BgClassName
{
background-color: #0D9854;
}
</style>
border-color css
<style>
span { border-color: #0D9854; }
span { border-color: rgb(13,152,84); }
td.TdClassName
{
border-color: #0D9854;
}
.TagClassName
{
border-color: #0D9854;
}
</style>