Shades of Pigment Green #00A03A
Tints of Pigment Green #00A03A
RGB
CMYK
RGB Variations
Color information
#00A03A (or 0x00A03A) is known color: Pigment Green. HEX triplet: 00, A0 and 3A. RGB value is (0,160,58). Sum of RGB (Red+Green+Blue) = 0+160+58=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #00A03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A03A is #FF5FC5. Grayscale: #646464. Windows color (decimal): -16736198 or 3842048. OLE color: 3842048.
HSL color Cylindrical-coordinate representation of color #00A03A: hue angle of 141.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A03A is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 58 | - |
| CMYK | 1 | 0 | 0.64 | 0.37 |
| HSL | 141.75º | 1% | 0.31% | - |
| HSV(B) | 141.75º | 1% | 0.63% | - |
| XYZ | 13.33 | 25.45 | 8.21 | - |
| YUV | 100.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 58 | 1 | 0 | 0.64 | 0.37 | 141.75 | 1 | 0.31 |
| Hex | 0 | A0 | 3A | 64 | 0 | 40 | 25 | 8E | 64 | 1F |
| Octal | 0 | 240 | 72 | 144 | 0 | 100 | 45 | 216 | 144 | 37 |
| Binary | 0 | 10100000 | 111010 | 1100100 | 0 | 1000000 | 100101 | 10001110 | 1100100 | 11111 |
Color Harmonies of #00A03A
Complementary color
Monochromatic Colors of #00A03A
Black with #00A03A
Text Example
Text Example
White with #00A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A03A; }
p { color: rgb(0,160,58); }
H1.HeaderClassName
{
color: #00A03A;
}
.AnyTagClassName
{
color: #00A03A;
}
</style>
background-color css
<style>
a { background-color: #00A03A; }
a { background-color: rgb(0,160,58); }
div.DivClassName
{
background-color: #00A03A;
}
.BgClassName
{
background-color: #00A03A;
}
</style>
border-color css
<style>
span { border-color: #00A03A; }
span { border-color: rgb(0,160,58); }
td.TdClassName
{
border-color: #00A03A;
}
.TagClassName
{
border-color: #00A03A;
}
</style>