Shades of Pigment Green #0AA753
Tints of Pigment Green #0AA753
RGB
CMYK
RGB Variations
Color information
#0AA753 (or 0x0AA753) is known color: Pigment Green. HEX triplet: 0A, A7 and 53. RGB value is (10,167,83). Sum of RGB (Red+Green+Blue) = 10+167+83=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 167 (65.62% from 255 or 64.23% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA753 is #F558AC. Grayscale: #6E6E6E. Windows color (decimal): -16079021 or 5482250. OLE color: 5482250.
HSL color Cylindrical-coordinate representation of color #0AA753: hue angle of 147.9º 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 #0AA753 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 83 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.35 |
| HSL | 147.9º | 0.89% | 0.35% | - |
| HSV(B) | 147.9º | 0.94% | 0.65% | - |
| XYZ | 15.51 | 28.33 | 12.83 | - |
| YUV | 110.48 | 112.49 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 83 | 0.94 | 0 | 0.50 | 0.35 | 147.9 | 0.89 | 0.35 |
| Hex | A | A7 | 53 | 5E | 0 | 32 | 23 | 94 | 59 | 23 |
| Octal | 12 | 247 | 123 | 136 | 0 | 62 | 43 | 224 | 131 | 43 |
| Binary | 1010 | 10100111 | 1010011 | 1011110 | 0 | 110010 | 100011 | 10010100 | 1011001 | 100011 |
Color Harmonies of #0AA753
Complementary color
Monochromatic Colors of #0AA753
Black with #0AA753
Text Example
Text Example
White with #0AA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA753; }
p { color: rgb(10,167,83); }
H1.HeaderClassName
{
color: #0AA753;
}
.AnyTagClassName
{
color: #0AA753;
}
</style>
background-color css
<style>
a { background-color: #0AA753; }
a { background-color: rgb(10,167,83); }
div.DivClassName
{
background-color: #0AA753;
}
.BgClassName
{
background-color: #0AA753;
}
</style>
border-color css
<style>
span { border-color: #0AA753; }
span { border-color: rgb(10,167,83); }
td.TdClassName
{
border-color: #0AA753;
}
.TagClassName
{
border-color: #0AA753;
}
</style>