Shades of Pigment Green #0A9344
Tints of Pigment Green #0A9344
RGB
CMYK
RGB Variations
Color information
#0A9344 (or 0x0A9344) is known color: Pigment Green. HEX triplet: 0A, 93 and 44. RGB value is (10,147,68). Sum of RGB (Red+Green+Blue) = 10+147+68=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9344 is #F56CBB. Grayscale: #616161. Windows color (decimal): -16084156 or 4494090. OLE color: 4494090.
HSL color Cylindrical-coordinate representation of color #0A9344: hue angle of 145.4º 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 #0A9344 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 147 | 68 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.42 |
| HSL | 145.4º | 0.87% | 0.31% | - |
| HSV(B) | 145.4º | 0.93% | 0.58% | - |
| XYZ | 11.6 | 21.35 | 8.98 | - |
| YUV | 97.03 | 111.61 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 68 | 0.93 | 0 | 0.54 | 0.42 | 145.4 | 0.87 | 0.31 |
| Hex | A | 93 | 44 | 5D | 0 | 36 | 2A | 91 | 57 | 1F |
| Octal | 12 | 223 | 104 | 135 | 0 | 66 | 52 | 221 | 127 | 37 |
| Binary | 1010 | 10010011 | 1000100 | 1011101 | 0 | 110110 | 101010 | 10010001 | 1010111 | 11111 |
Color Harmonies of #0A9344
Complementary color
Monochromatic Colors of #0A9344
Black with #0A9344
Text Example
Text Example
White with #0A9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9344; }
p { color: rgb(10,147,68); }
H1.HeaderClassName
{
color: #0A9344;
}
.AnyTagClassName
{
color: #0A9344;
}
</style>
background-color css
<style>
a { background-color: #0A9344; }
a { background-color: rgb(10,147,68); }
div.DivClassName
{
background-color: #0A9344;
}
.BgClassName
{
background-color: #0A9344;
}
</style>
border-color css
<style>
span { border-color: #0A9344; }
span { border-color: rgb(10,147,68); }
td.TdClassName
{
border-color: #0A9344;
}
.TagClassName
{
border-color: #0A9344;
}
</style>