Shades of Shamrock Green #00A263
Tints of Shamrock Green #00A263
RGB
CMYK
RGB Variations
Color information
#00A263 (or 0x00A263) is known color: Shamrock Green. HEX triplet: 00, A2 and 63. RGB value is (0,162,99). Sum of RGB (Red+Green+Blue) = 0+162+99=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #00A263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A263 is #FF5D9C. Grayscale: #6A6A6A. Windows color (decimal): -16735645 or 6529536. OLE color: 6529536.
HSL color Cylindrical-coordinate representation of color #00A263: hue angle of 156.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A263 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 99 | - |
| CMYK | 1 | 0 | 0.39 | 0.36 |
| HSL | 156.67º | 1% | 0.32% | - |
| HSV(B) | 156.67º | 1% | 0.64% | - |
| XYZ | 15.17 | 26.74 | 16.17 | - |
| YUV | 106.38 | 123.83 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 99 | 1 | 0 | 0.39 | 0.36 | 156.67 | 1 | 0.32 |
| Hex | 0 | A2 | 63 | 64 | 0 | 27 | 24 | 9D | 64 | 20 |
| Octal | 0 | 242 | 143 | 144 | 0 | 47 | 44 | 235 | 144 | 40 |
| Binary | 0 | 10100010 | 1100011 | 1100100 | 0 | 100111 | 100100 | 10011101 | 1100100 | 100000 |
Color Harmonies of #00A263
Complementary color
Monochromatic Colors of #00A263
Black with #00A263
Text Example
Text Example
White with #00A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A263; }
p { color: rgb(0,162,99); }
H1.HeaderClassName
{
color: #00A263;
}
.AnyTagClassName
{
color: #00A263;
}
</style>
background-color css
<style>
a { background-color: #00A263; }
a { background-color: rgb(0,162,99); }
div.DivClassName
{
background-color: #00A263;
}
.BgClassName
{
background-color: #00A263;
}
</style>
border-color css
<style>
span { border-color: #00A263; }
span { border-color: rgb(0,162,99); }
td.TdClassName
{
border-color: #00A263;
}
.TagClassName
{
border-color: #00A263;
}
</style>