Shades of Pigment Green #0A9434
Tints of Pigment Green #0A9434
RGB
CMYK
RGB Variations
Color information
#0A9434 (or 0x0A9434) is known color: Pigment Green. HEX triplet: 0A, 94 and 34. RGB value is (10,148,52). Sum of RGB (Red+Green+Blue) = 10+148+52=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9434 is #F56BCB. Grayscale: #606060. Windows color (decimal): -16083916 or 3445770. OLE color: 3445770.
HSL color Cylindrical-coordinate representation of color #0A9434: hue angle of 138.26º 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 #0A9434 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 148 | 52 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.42 |
| HSL | 138.26º | 0.87% | 0.31% | - |
| HSV(B) | 138.26º | 0.93% | 0.58% | - |
| XYZ | 11.33 | 21.49 | 6.8 | - |
| YUV | 95.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 148 | 52 | 0.93 | 0 | 0.65 | 0.42 | 138.26 | 0.87 | 0.31 |
| Hex | A | 94 | 34 | 5D | 0 | 41 | 2A | 8A | 57 | 1F |
| Octal | 12 | 224 | 64 | 135 | 0 | 101 | 52 | 212 | 127 | 37 |
| Binary | 1010 | 10010100 | 110100 | 1011101 | 0 | 1000001 | 101010 | 10001010 | 1010111 | 11111 |
Color Harmonies of #0A9434
Complementary color
Monochromatic Colors of #0A9434
Black with #0A9434
Text Example
Text Example
White with #0A9434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9434; }
p { color: rgb(10,148,52); }
H1.HeaderClassName
{
color: #0A9434;
}
.AnyTagClassName
{
color: #0A9434;
}
</style>
background-color css
<style>
a { background-color: #0A9434; }
a { background-color: rgb(10,148,52); }
div.DivClassName
{
background-color: #0A9434;
}
.BgClassName
{
background-color: #0A9434;
}
</style>
border-color css
<style>
span { border-color: #0A9434; }
span { border-color: rgb(10,148,52); }
td.TdClassName
{
border-color: #0A9434;
}
.TagClassName
{
border-color: #0A9434;
}
</style>