Shades of Pigment Green #0A953F
Tints of Pigment Green #0A953F
RGB
CMYK
RGB Variations
Color information
#0A953F (or 0x0A953F) is known color: Pigment Green. HEX triplet: 0A, 95 and 3F. RGB value is (10,149,63). Sum of RGB (Red+Green+Blue) = 10+149+63=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #0A953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A953F is #F56AC0. Grayscale: #616161. Windows color (decimal): -16083649 or 4166922. OLE color: 4166922.
HSL color Cylindrical-coordinate representation of color #0A953F: hue angle of 142.88º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A953F is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 149 | 63 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.42 |
| HSL | 142.88º | 0.87% | 0.31% | - |
| HSV(B) | 142.88º | 0.93% | 0.58% | - |
| XYZ | 11.77 | 21.92 | 8.31 | - |
| YUV | 97.64 | 108.45 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 63 | 0.93 | 0 | 0.58 | 0.42 | 142.88 | 0.87 | 0.31 |
| Hex | A | 95 | 3F | 5D | 0 | 3A | 2A | 8F | 57 | 1F |
| Octal | 12 | 225 | 77 | 135 | 0 | 72 | 52 | 217 | 127 | 37 |
| Binary | 1010 | 10010101 | 111111 | 1011101 | 0 | 111010 | 101010 | 10001111 | 1010111 | 11111 |
Color Harmonies of #0A953F
Complementary color
Monochromatic Colors of #0A953F
Black with #0A953F
Text Example
Text Example
White with #0A953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A953F; }
p { color: rgb(10,149,63); }
H1.HeaderClassName
{
color: #0A953F;
}
.AnyTagClassName
{
color: #0A953F;
}
</style>
background-color css
<style>
a { background-color: #0A953F; }
a { background-color: rgb(10,149,63); }
div.DivClassName
{
background-color: #0A953F;
}
.BgClassName
{
background-color: #0A953F;
}
</style>
border-color css
<style>
span { border-color: #0A953F; }
span { border-color: rgb(10,149,63); }
td.TdClassName
{
border-color: #0A953F;
}
.TagClassName
{
border-color: #0A953F;
}
</style>