Shades of Shamrock Green #00A95E
Tints of Shamrock Green #00A95E
RGB
CMYK
RGB Variations
Color information
#00A95E (or 0x00A95E) is known color: Shamrock Green. HEX triplet: 00, A9 and 5E. RGB value is (0,169,94). Sum of RGB (Red+Green+Blue) = 0+169+94=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 169 (66.41% from 255 or 64.26% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 169 - color contains mainly: green. Hex color #00A95E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A95E is #FF56A1. Grayscale: #6E6E6E. Windows color (decimal): -16733858 or 6203648. OLE color: 6203648.
HSL color Cylindrical-coordinate representation of color #00A95E: hue angle of 153.37º 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 #00A95E is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 94 | - |
| CMYK | 1 | 0 | 0.44 | 0.34 |
| HSL | 153.37º | 1% | 0.33% | - |
| HSV(B) | 153.37º | 1% | 0.66% | - |
| XYZ | 16.21 | 29.18 | 15.37 | - |
| YUV | 109.92 | 119.01 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 94 | 1 | 0 | 0.44 | 0.34 | 153.37 | 1 | 0.33 |
| Hex | 0 | A9 | 5E | 64 | 0 | 2C | 22 | 99 | 64 | 21 |
| Octal | 0 | 251 | 136 | 144 | 0 | 54 | 42 | 231 | 144 | 41 |
| Binary | 0 | 10101001 | 1011110 | 1100100 | 0 | 101100 | 100010 | 10011001 | 1100100 | 100001 |
Color Harmonies of #00A95E
Complementary color
Monochromatic Colors of #00A95E
Black with #00A95E
Text Example
Text Example
White with #00A95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A95E; }
p { color: rgb(0,169,94); }
H1.HeaderClassName
{
color: #00A95E;
}
.AnyTagClassName
{
color: #00A95E;
}
</style>
background-color css
<style>
a { background-color: #00A95E; }
a { background-color: rgb(0,169,94); }
div.DivClassName
{
background-color: #00A95E;
}
.BgClassName
{
background-color: #00A95E;
}
</style>
border-color css
<style>
span { border-color: #00A95E; }
span { border-color: rgb(0,169,94); }
td.TdClassName
{
border-color: #00A95E;
}
.TagClassName
{
border-color: #00A95E;
}
</style>