Shades of Pigment Green #0A9246
Tints of Pigment Green #0A9246
RGB
CMYK
RGB Variations
Color information
#0A9246 (or 0x0A9246) is known color: Pigment Green. HEX triplet: 0A, 92 and 46. RGB value is (10,146,70). Sum of RGB (Red+Green+Blue) = 10+146+70=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9246 is #F56DB9. Grayscale: #606060. Windows color (decimal): -16084410 or 4624906. OLE color: 4624906.
HSL color Cylindrical-coordinate representation of color #0A9246: hue angle of 146.47º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9246 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 146 | 70 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.43 |
| HSL | 146.47º | 0.87% | 0.31% | - |
| HSV(B) | 146.47º | 0.93% | 0.57% | - |
| XYZ | 11.51 | 21.06 | 9.25 | - |
| YUV | 96.67 | 112.94 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 70 | 0.93 | 0 | 0.52 | 0.43 | 146.47 | 0.87 | 0.31 |
| Hex | A | 92 | 46 | 5D | 0 | 34 | 2B | 92 | 57 | 1F |
| Octal | 12 | 222 | 106 | 135 | 0 | 64 | 53 | 222 | 127 | 37 |
| Binary | 1010 | 10010010 | 1000110 | 1011101 | 0 | 110100 | 101011 | 10010010 | 1010111 | 11111 |
Color Harmonies of #0A9246
Complementary color
Monochromatic Colors of #0A9246
Black with #0A9246
Text Example
Text Example
White with #0A9246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9246; }
p { color: rgb(10,146,70); }
H1.HeaderClassName
{
color: #0A9246;
}
.AnyTagClassName
{
color: #0A9246;
}
</style>
background-color css
<style>
a { background-color: #0A9246; }
a { background-color: rgb(10,146,70); }
div.DivClassName
{
background-color: #0A9246;
}
.BgClassName
{
background-color: #0A9246;
}
</style>
border-color css
<style>
span { border-color: #0A9246; }
span { border-color: rgb(10,146,70); }
td.TdClassName
{
border-color: #0A9246;
}
.TagClassName
{
border-color: #0A9246;
}
</style>