Shades of Pigment Green #00A85A
Tints of Pigment Green #00A85A
RGB
CMYK
RGB Variations
Color information
#00A85A (or 0x00A85A) is known color: Pigment Green. HEX triplet: 00, A8 and 5A. RGB value is (0,168,90). Sum of RGB (Red+Green+Blue) = 0+168+90=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 168 (66.02% from 255 or 65.12% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 168 - color contains mainly: green. Hex color #00A85A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A85A is #FF57A5. Grayscale: #6D6D6D. Windows color (decimal): -16734118 or 5941248. OLE color: 5941248.
HSL color Cylindrical-coordinate representation of color #00A85A: hue angle of 152.14º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A85A is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 90 | - |
| CMYK | 1 | 0 | 0.46 | 0.34 |
| HSL | 152.14º | 1% | 0.33% | - |
| HSV(B) | 152.14º | 1% | 0.66% | - |
| XYZ | 15.85 | 28.74 | 14.39 | - |
| YUV | 108.88 | 117.34 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 90 | 1 | 0 | 0.46 | 0.34 | 152.14 | 1 | 0.33 |
| Hex | 0 | A8 | 5A | 64 | 0 | 2E | 22 | 98 | 64 | 21 |
| Octal | 0 | 250 | 132 | 144 | 0 | 56 | 42 | 230 | 144 | 41 |
| Binary | 0 | 10101000 | 1011010 | 1100100 | 0 | 101110 | 100010 | 10011000 | 1100100 | 100001 |
Color Harmonies of #00A85A
Complementary color
Monochromatic Colors of #00A85A
Black with #00A85A
Text Example
Text Example
White with #00A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A85A; }
p { color: rgb(0,168,90); }
H1.HeaderClassName
{
color: #00A85A;
}
.AnyTagClassName
{
color: #00A85A;
}
</style>
background-color css
<style>
a { background-color: #00A85A; }
a { background-color: rgb(0,168,90); }
div.DivClassName
{
background-color: #00A85A;
}
.BgClassName
{
background-color: #00A85A;
}
</style>
border-color css
<style>
span { border-color: #00A85A; }
span { border-color: rgb(0,168,90); }
td.TdClassName
{
border-color: #00A85A;
}
.TagClassName
{
border-color: #00A85A;
}
</style>