Shades of Pigment Green #0D9955
Tints of Pigment Green #0D9955
RGB
CMYK
RGB Variations
Color information
#0D9955 (or 0x0D9955) is known color: Pigment Green. HEX triplet: 0D, 99 and 55. RGB value is (13,153,85). Sum of RGB (Red+Green+Blue) = 13+153+85=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9955 is #F266AA. Grayscale: #676767. Windows color (decimal): -15885995 or 5609741. OLE color: 5609741.
HSL color Cylindrical-coordinate representation of color #0D9955: hue angle of 150.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9955 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 85 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.4 |
| HSL | 150.86º | 0.84% | 0.33% | - |
| HSV(B) | 150.86º | 0.92% | 0.6% | - |
| XYZ | 13.2 | 23.52 | 12.44 | - |
| YUV | 103.39 | 117.62 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 85 | 0.92 | 0 | 0.44 | 0.4 | 150.86 | 0.84 | 0.33 |
| Hex | D | 99 | 55 | 5C | 0 | 2C | 28 | 97 | 54 | 21 |
| Octal | 15 | 231 | 125 | 134 | 0 | 54 | 50 | 227 | 124 | 41 |
| Binary | 1101 | 10011001 | 1010101 | 1011100 | 0 | 101100 | 101000 | 10010111 | 1010100 | 100001 |
Color Harmonies of #0D9955
Complementary color
Monochromatic Colors of #0D9955
Black with #0D9955
Text Example
Text Example
White with #0D9955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9955; }
p { color: rgb(13,153,85); }
H1.HeaderClassName
{
color: #0D9955;
}
.AnyTagClassName
{
color: #0D9955;
}
</style>
background-color css
<style>
a { background-color: #0D9955; }
a { background-color: rgb(13,153,85); }
div.DivClassName
{
background-color: #0D9955;
}
.BgClassName
{
background-color: #0D9955;
}
</style>
border-color css
<style>
span { border-color: #0D9955; }
span { border-color: rgb(13,153,85); }
td.TdClassName
{
border-color: #0D9955;
}
.TagClassName
{
border-color: #0D9955;
}
</style>