Shades of Pigment Green #0AA63D
Tints of Pigment Green #0AA63D
RGB
CMYK
RGB Variations
Color information
#0AA63D (or 0x0AA63D) is known color: Pigment Green. HEX triplet: 0A, A6 and 3D. RGB value is (10,166,61). Sum of RGB (Red+Green+Blue) = 10+166+61=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 166 (65.23% from 255 or 70.04% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA63D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA63D is #F559C2. Grayscale: #6B6B6B. Windows color (decimal): -16079299 or 4040202. OLE color: 4040202.
HSL color Cylindrical-coordinate representation of color #0AA63D: hue angle of 139.62º 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 #0AA63D is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 61 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.35 |
| HSL | 139.62º | 0.89% | 0.35% | - |
| HSV(B) | 139.62º | 0.94% | 0.65% | - |
| XYZ | 14.6 | 27.67 | 8.99 | - |
| YUV | 107.39 | 101.82 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 61 | 0.94 | 0 | 0.63 | 0.35 | 139.62 | 0.89 | 0.35 |
| Hex | A | A6 | 3D | 5E | 0 | 3F | 23 | 8C | 59 | 23 |
| Octal | 12 | 246 | 75 | 136 | 0 | 77 | 43 | 214 | 131 | 43 |
| Binary | 1010 | 10100110 | 111101 | 1011110 | 0 | 111111 | 100011 | 10001100 | 1011001 | 100011 |
Color Harmonies of #0AA63D
Complementary color
Monochromatic Colors of #0AA63D
Black with #0AA63D
Text Example
Text Example
White with #0AA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA63D; }
p { color: rgb(10,166,61); }
H1.HeaderClassName
{
color: #0AA63D;
}
.AnyTagClassName
{
color: #0AA63D;
}
</style>
background-color css
<style>
a { background-color: #0AA63D; }
a { background-color: rgb(10,166,61); }
div.DivClassName
{
background-color: #0AA63D;
}
.BgClassName
{
background-color: #0AA63D;
}
</style>
border-color css
<style>
span { border-color: #0AA63D; }
span { border-color: rgb(10,166,61); }
td.TdClassName
{
border-color: #0AA63D;
}
.TagClassName
{
border-color: #0AA63D;
}
</style>