Shades of Pigment Green #0A9441
Tints of Pigment Green #0A9441
RGB
CMYK
RGB Variations
Color information
#0A9441 (or 0x0A9441) is known color: Pigment Green. HEX triplet: 0A, 94 and 41. RGB value is (10,148,65). Sum of RGB (Red+Green+Blue) = 10+148+65=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9441 is #F56BBE. Grayscale: #616161. Windows color (decimal): -16083903 or 4297738. OLE color: 4297738.
HSL color Cylindrical-coordinate representation of color #0A9441: hue angle of 143.91º 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 #0A9441 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 148 | 65 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.42 |
| HSL | 143.91º | 0.87% | 0.31% | - |
| HSV(B) | 143.91º | 0.93% | 0.58% | - |
| XYZ | 11.67 | 21.63 | 8.56 | - |
| YUV | 97.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 148 | 65 | 0.93 | 0 | 0.56 | 0.42 | 143.91 | 0.87 | 0.31 |
| Hex | A | 94 | 41 | 5D | 0 | 38 | 2A | 90 | 57 | 1F |
| Octal | 12 | 224 | 101 | 135 | 0 | 70 | 52 | 220 | 127 | 37 |
| Binary | 1010 | 10010100 | 1000001 | 1011101 | 0 | 111000 | 101010 | 10010000 | 1010111 | 11111 |
Color Harmonies of #0A9441
Complementary color
Monochromatic Colors of #0A9441
Black with #0A9441
Text Example
Text Example
White with #0A9441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9441; }
p { color: rgb(10,148,65); }
H1.HeaderClassName
{
color: #0A9441;
}
.AnyTagClassName
{
color: #0A9441;
}
</style>
background-color css
<style>
a { background-color: #0A9441; }
a { background-color: rgb(10,148,65); }
div.DivClassName
{
background-color: #0A9441;
}
.BgClassName
{
background-color: #0A9441;
}
</style>
border-color css
<style>
span { border-color: #0A9441; }
span { border-color: rgb(10,148,65); }
td.TdClassName
{
border-color: #0A9441;
}
.TagClassName
{
border-color: #0A9441;
}
</style>