Shades of Pigment Green #00A74A
Tints of Pigment Green #00A74A
RGB
CMYK
RGB Variations
Color information
#00A74A (or 0x00A74A) is known color: Pigment Green. HEX triplet: 00, A7 and 4A. RGB value is (0,167,74). Sum of RGB (Red+Green+Blue) = 0+167+74=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 167 (65.62% from 255 or 69.29% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 167 - color contains mainly: green. Hex color #00A74A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A74A is #FF58B5. Grayscale: #6A6A6A. Windows color (decimal): -16734390 or 4892416. OLE color: 4892416.
HSL color Cylindrical-coordinate representation of color #00A74A: hue angle of 146.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A74A is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 167 | 74 | - |
| CMYK | 1 | 0 | 0.56 | 0.35 |
| HSL | 146.59º | 1% | 0.33% | - |
| HSV(B) | 146.59º | 1% | 0.65% | - |
| XYZ | 15.05 | 28.13 | 11.12 | - |
| YUV | 106.47 | 109.67 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 74 | 1 | 0 | 0.56 | 0.35 | 146.59 | 1 | 0.33 |
| Hex | 0 | A7 | 4A | 64 | 0 | 38 | 23 | 93 | 64 | 21 |
| Octal | 0 | 247 | 112 | 144 | 0 | 70 | 43 | 223 | 144 | 41 |
| Binary | 0 | 10100111 | 1001010 | 1100100 | 0 | 111000 | 100011 | 10010011 | 1100100 | 100001 |
Color Harmonies of #00A74A
Complementary color
Monochromatic Colors of #00A74A
Black with #00A74A
Text Example
Text Example
White with #00A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A74A; }
p { color: rgb(0,167,74); }
H1.HeaderClassName
{
color: #00A74A;
}
.AnyTagClassName
{
color: #00A74A;
}
</style>
background-color css
<style>
a { background-color: #00A74A; }
a { background-color: rgb(0,167,74); }
div.DivClassName
{
background-color: #00A74A;
}
.BgClassName
{
background-color: #00A74A;
}
</style>
border-color css
<style>
span { border-color: #00A74A; }
span { border-color: rgb(0,167,74); }
td.TdClassName
{
border-color: #00A74A;
}
.TagClassName
{
border-color: #00A74A;
}
</style>