Shades of Pigment Green #0AA33D
Tints of Pigment Green #0AA33D
RGB
CMYK
RGB Variations
Color information
#0AA33D (or 0x0AA33D) is known color: Pigment Green. HEX triplet: 0A, A3 and 3D. RGB value is (10,163,61). Sum of RGB (Red+Green+Blue) = 10+163+61=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 163 (64.06% from 255 or 69.66% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA33D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA33D is #F55CC2. Grayscale: #696969. Windows color (decimal): -16080067 or 4039434. OLE color: 4039434.
HSL color Cylindrical-coordinate representation of color #0AA33D: hue angle of 140º degrees, saturation: 0.88, 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 #0AA33D is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 163 | 61 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.36 |
| HSL | 140º | 0.88% | 0.34% | - |
| HSV(B) | 140º | 0.94% | 0.64% | - |
| XYZ | 14.06 | 26.6 | 8.81 | - |
| YUV | 105.63 | 102.81 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 61 | 0.94 | 0 | 0.63 | 0.36 | 140 | 0.88 | 0.34 |
| Hex | A | A3 | 3D | 5E | 0 | 3F | 24 | 8C | 58 | 22 |
| Octal | 12 | 243 | 75 | 136 | 0 | 77 | 44 | 214 | 130 | 42 |
| Binary | 1010 | 10100011 | 111101 | 1011110 | 0 | 111111 | 100100 | 10001100 | 1011000 | 100010 |
Color Harmonies of #0AA33D
Complementary color
Monochromatic Colors of #0AA33D
Black with #0AA33D
Text Example
Text Example
White with #0AA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA33D; }
p { color: rgb(10,163,61); }
H1.HeaderClassName
{
color: #0AA33D;
}
.AnyTagClassName
{
color: #0AA33D;
}
</style>
background-color css
<style>
a { background-color: #0AA33D; }
a { background-color: rgb(10,163,61); }
div.DivClassName
{
background-color: #0AA33D;
}
.BgClassName
{
background-color: #0AA33D;
}
</style>
border-color css
<style>
span { border-color: #0AA33D; }
span { border-color: rgb(10,163,61); }
td.TdClassName
{
border-color: #0AA33D;
}
.TagClassName
{
border-color: #0AA33D;
}
</style>