Shades of Pigment Green #00A94B
Tints of Pigment Green #00A94B
RGB
CMYK
RGB Variations
Color information
#00A94B (or 0x00A94B) is known color: Pigment Green. HEX triplet: 00, A9 and 4B. RGB value is (0,169,75). Sum of RGB (Red+Green+Blue) = 0+169+75=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #00A94B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A94B is #FF56B4. Grayscale: #6B6B6B. Windows color (decimal): -16733877 or 4958464. OLE color: 4958464.
HSL color Cylindrical-coordinate representation of color #00A94B: hue angle of 146.63º 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 #00A94B is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 75 | - |
| CMYK | 1 | 0 | 0.56 | 0.34 |
| HSL | 146.63º | 1% | 0.33% | - |
| HSV(B) | 146.63º | 1% | 0.66% | - |
| XYZ | 15.46 | 28.88 | 11.42 | - |
| YUV | 107.75 | 109.51 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 75 | 1 | 0 | 0.56 | 0.34 | 146.63 | 1 | 0.33 |
| Hex | 0 | A9 | 4B | 64 | 0 | 38 | 22 | 93 | 64 | 21 |
| Octal | 0 | 251 | 113 | 144 | 0 | 70 | 42 | 223 | 144 | 41 |
| Binary | 0 | 10101001 | 1001011 | 1100100 | 0 | 111000 | 100010 | 10010011 | 1100100 | 100001 |
Color Harmonies of #00A94B
Complementary color
Monochromatic Colors of #00A94B
Black with #00A94B
Text Example
Text Example
White with #00A94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A94B; }
p { color: rgb(0,169,75); }
H1.HeaderClassName
{
color: #00A94B;
}
.AnyTagClassName
{
color: #00A94B;
}
</style>
background-color css
<style>
a { background-color: #00A94B; }
a { background-color: rgb(0,169,75); }
div.DivClassName
{
background-color: #00A94B;
}
.BgClassName
{
background-color: #00A94B;
}
</style>
border-color css
<style>
span { border-color: #00A94B; }
span { border-color: rgb(0,169,75); }
td.TdClassName
{
border-color: #00A94B;
}
.TagClassName
{
border-color: #00A94B;
}
</style>