Shades of Shamrock Green #00A85E
Tints of Shamrock Green #00A85E
RGB
CMYK
RGB Variations
Color information
#00A85E (or 0x00A85E) is known color: Shamrock Green. HEX triplet: 00, A8 and 5E. RGB value is (0,168,94). Sum of RGB (Red+Green+Blue) = 0+168+94=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 168 (66.02% from 255 or 64.12% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 168 - color contains mainly: green. Hex color #00A85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A85E is #FF57A1. Grayscale: #6D6D6D. Windows color (decimal): -16734114 or 6203392. OLE color: 6203392.
HSL color Cylindrical-coordinate representation of color #00A85E: hue angle of 153.57º 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 #00A85E is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 94 | - |
| CMYK | 1 | 0 | 0.44 | 0.34 |
| HSL | 153.57º | 1% | 0.33% | - |
| HSV(B) | 153.57º | 1% | 0.66% | - |
| XYZ | 16.02 | 28.81 | 15.31 | - |
| YUV | 109.33 | 119.34 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 94 | 1 | 0 | 0.44 | 0.34 | 153.57 | 1 | 0.33 |
| Hex | 0 | A8 | 5E | 64 | 0 | 2C | 22 | 9A | 64 | 21 |
| Octal | 0 | 250 | 136 | 144 | 0 | 54 | 42 | 232 | 144 | 41 |
| Binary | 0 | 10101000 | 1011110 | 1100100 | 0 | 101100 | 100010 | 10011010 | 1100100 | 100001 |
Color Harmonies of #00A85E
Complementary color
Monochromatic Colors of #00A85E
Black with #00A85E
Text Example
Text Example
White with #00A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A85E; }
p { color: rgb(0,168,94); }
H1.HeaderClassName
{
color: #00A85E;
}
.AnyTagClassName
{
color: #00A85E;
}
</style>
background-color css
<style>
a { background-color: #00A85E; }
a { background-color: rgb(0,168,94); }
div.DivClassName
{
background-color: #00A85E;
}
.BgClassName
{
background-color: #00A85E;
}
</style>
border-color css
<style>
span { border-color: #00A85E; }
span { border-color: rgb(0,168,94); }
td.TdClassName
{
border-color: #00A85E;
}
.TagClassName
{
border-color: #00A85E;
}
</style>