Shades of Pigment Green #0AA73D
Tints of Pigment Green #0AA73D
RGB
CMYK
RGB Variations
Color information
#0AA73D (or 0x0AA73D) is known color: Pigment Green. HEX triplet: 0A, A7 and 3D. RGB value is (10,167,61). Sum of RGB (Red+Green+Blue) = 10+167+61=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 167 (65.62% from 255 or 70.17% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA73D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA73D is #F558C2. Grayscale: #6C6C6C. Windows color (decimal): -16079043 or 4040458. OLE color: 4040458.
HSL color Cylindrical-coordinate representation of color #0AA73D: hue angle of 139.49º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA73D is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 61 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.35 |
| HSL | 139.49º | 0.89% | 0.35% | - |
| HSV(B) | 139.49º | 0.94% | 0.65% | - |
| XYZ | 14.79 | 28.04 | 9.05 | - |
| YUV | 107.97 | 101.49 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 61 | 0.94 | 0 | 0.63 | 0.35 | 139.49 | 0.89 | 0.35 |
| Hex | A | A7 | 3D | 5E | 0 | 3F | 23 | 8B | 59 | 23 |
| Octal | 12 | 247 | 75 | 136 | 0 | 77 | 43 | 213 | 131 | 43 |
| Binary | 1010 | 10100111 | 111101 | 1011110 | 0 | 111111 | 100011 | 10001011 | 1011001 | 100011 |
Color Harmonies of #0AA73D
Complementary color
Monochromatic Colors of #0AA73D
Black with #0AA73D
Text Example
Text Example
White with #0AA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA73D; }
p { color: rgb(10,167,61); }
H1.HeaderClassName
{
color: #0AA73D;
}
.AnyTagClassName
{
color: #0AA73D;
}
</style>
background-color css
<style>
a { background-color: #0AA73D; }
a { background-color: rgb(10,167,61); }
div.DivClassName
{
background-color: #0AA73D;
}
.BgClassName
{
background-color: #0AA73D;
}
</style>
border-color css
<style>
span { border-color: #0AA73D; }
span { border-color: rgb(10,167,61); }
td.TdClassName
{
border-color: #0AA73D;
}
.TagClassName
{
border-color: #0AA73D;
}
</style>