Shades of Pigment Green #0A914D
Tints of Pigment Green #0A914D
RGB
CMYK
RGB Variations
Color information
#0A914D (or 0x0A914D) is known color: Pigment Green. HEX triplet: 0A, 91 and 4D. RGB value is (10,145,77). Sum of RGB (Red+Green+Blue) = 10+145+77=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #0A914D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A914D is #F56EB2. Grayscale: #616161. Windows color (decimal): -16084659 or 5083402. OLE color: 5083402.
HSL color Cylindrical-coordinate representation of color #0A914D: hue angle of 149.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A914D is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 145 | 77 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.43 |
| HSL | 149.78º | 0.87% | 0.3% | - |
| HSV(B) | 149.78º | 0.93% | 0.57% | - |
| XYZ | 11.59 | 20.85 | 10.43 | - |
| YUV | 96.88 | 116.77 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 77 | 0.93 | 0 | 0.47 | 0.43 | 149.78 | 0.87 | 0.3 |
| Hex | A | 91 | 4D | 5D | 0 | 2F | 2B | 96 | 57 | 1E |
| Octal | 12 | 221 | 115 | 135 | 0 | 57 | 53 | 226 | 127 | 36 |
| Binary | 1010 | 10010001 | 1001101 | 1011101 | 0 | 101111 | 101011 | 10010110 | 1010111 | 11110 |
Color Harmonies of #0A914D
Complementary color
Monochromatic Colors of #0A914D
Black with #0A914D
Text Example
Text Example
White with #0A914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A914D; }
p { color: rgb(10,145,77); }
H1.HeaderClassName
{
color: #0A914D;
}
.AnyTagClassName
{
color: #0A914D;
}
</style>
background-color css
<style>
a { background-color: #0A914D; }
a { background-color: rgb(10,145,77); }
div.DivClassName
{
background-color: #0A914D;
}
.BgClassName
{
background-color: #0A914D;
}
</style>
border-color css
<style>
span { border-color: #0A914D; }
span { border-color: rgb(10,145,77); }
td.TdClassName
{
border-color: #0A914D;
}
.TagClassName
{
border-color: #0A914D;
}
</style>