Shades of Pigment Green #0AA43D
Tints of Pigment Green #0AA43D
RGB
CMYK
RGB Variations
Color information
#0AA43D (or 0x0AA43D) is known color: Pigment Green. HEX triplet: 0A, A4 and 3D. RGB value is (10,164,61). Sum of RGB (Red+Green+Blue) = 10+164+61=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA43D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA43D is #F55BC2. Grayscale: #6A6A6A. Windows color (decimal): -16079811 or 4039690. OLE color: 4039690.
HSL color Cylindrical-coordinate representation of color #0AA43D: hue angle of 139.87º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA43D is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 61 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.36 |
| HSL | 139.87º | 0.89% | 0.34% | - |
| HSV(B) | 139.87º | 0.94% | 0.64% | - |
| XYZ | 14.24 | 26.95 | 8.87 | - |
| YUV | 106.21 | 102.48 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 61 | 0.94 | 0 | 0.63 | 0.36 | 139.87 | 0.89 | 0.34 |
| Hex | A | A4 | 3D | 5E | 0 | 3F | 24 | 8C | 59 | 22 |
| Octal | 12 | 244 | 75 | 136 | 0 | 77 | 44 | 214 | 131 | 42 |
| Binary | 1010 | 10100100 | 111101 | 1011110 | 0 | 111111 | 100100 | 10001100 | 1011001 | 100010 |
Color Harmonies of #0AA43D
Complementary color
Monochromatic Colors of #0AA43D
Black with #0AA43D
Text Example
Text Example
White with #0AA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA43D; }
p { color: rgb(10,164,61); }
H1.HeaderClassName
{
color: #0AA43D;
}
.AnyTagClassName
{
color: #0AA43D;
}
</style>
background-color css
<style>
a { background-color: #0AA43D; }
a { background-color: rgb(10,164,61); }
div.DivClassName
{
background-color: #0AA43D;
}
.BgClassName
{
background-color: #0AA43D;
}
</style>
border-color css
<style>
span { border-color: #0AA43D; }
span { border-color: rgb(10,164,61); }
td.TdClassName
{
border-color: #0AA43D;
}
.TagClassName
{
border-color: #0AA43D;
}
</style>