Shades of Pigment Green #00A75A
Tints of Pigment Green #00A75A
RGB
CMYK
RGB Variations
Color information
#00A75A (or 0x00A75A) is known color: Pigment Green. HEX triplet: 00, A7 and 5A. RGB value is (0,167,90). Sum of RGB (Red+Green+Blue) = 0+167+90=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #00A75A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A75A is #FF58A5. Grayscale: #6C6C6C. Windows color (decimal): -16734374 or 5940992. OLE color: 5940992.
HSL color Cylindrical-coordinate representation of color #00A75A: hue angle of 152.34º 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 #00A75A is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 167 | 90 | - |
| CMYK | 1 | 0 | 0.46 | 0.35 |
| HSL | 152.34º | 1% | 0.33% | - |
| HSV(B) | 152.34º | 1% | 0.65% | - |
| XYZ | 15.66 | 28.38 | 14.32 | - |
| YUV | 108.29 | 117.67 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 90 | 1 | 0 | 0.46 | 0.35 | 152.34 | 1 | 0.33 |
| Hex | 0 | A7 | 5A | 64 | 0 | 2E | 23 | 98 | 64 | 21 |
| Octal | 0 | 247 | 132 | 144 | 0 | 56 | 43 | 230 | 144 | 41 |
| Binary | 0 | 10100111 | 1011010 | 1100100 | 0 | 101110 | 100011 | 10011000 | 1100100 | 100001 |
Color Harmonies of #00A75A
Complementary color
Monochromatic Colors of #00A75A
Black with #00A75A
Text Example
Text Example
White with #00A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A75A; }
p { color: rgb(0,167,90); }
H1.HeaderClassName
{
color: #00A75A;
}
.AnyTagClassName
{
color: #00A75A;
}
</style>
background-color css
<style>
a { background-color: #00A75A; }
a { background-color: rgb(0,167,90); }
div.DivClassName
{
background-color: #00A75A;
}
.BgClassName
{
background-color: #00A75A;
}
</style>
border-color css
<style>
span { border-color: #00A75A; }
span { border-color: rgb(0,167,90); }
td.TdClassName
{
border-color: #00A75A;
}
.TagClassName
{
border-color: #00A75A;
}
</style>