Shades of Shamrock Green #09A065
Tints of Shamrock Green #09A065
RGB
CMYK
RGB Variations
Color information
#09A065 (or 0x09A065) is known color: Shamrock Green. HEX triplet: 09, A0 and 65. RGB value is (9,160,101). Sum of RGB (Red+Green+Blue) = 9+160+101=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #09A065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A065 is #F65F9A. Grayscale: #6C6C6C. Windows color (decimal): -16146331 or 6660105. OLE color: 6660105.
HSL color Cylindrical-coordinate representation of color #09A065: hue angle of 156.56º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A065 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 101 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.37 |
| HSL | 156.56º | 0.89% | 0.33% | - |
| HSV(B) | 156.56º | 0.94% | 0.63% | - |
| XYZ | 15.03 | 26.14 | 16.57 | - |
| YUV | 108.13 | 123.97 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 101 | 0.94 | 0 | 0.37 | 0.37 | 156.56 | 0.89 | 0.33 |
| Hex | 9 | A0 | 65 | 5E | 0 | 25 | 25 | 9D | 59 | 21 |
| Octal | 11 | 240 | 145 | 136 | 0 | 45 | 45 | 235 | 131 | 41 |
| Binary | 1001 | 10100000 | 1100101 | 1011110 | 0 | 100101 | 100101 | 10011101 | 1011001 | 100001 |
Color Harmonies of #09A065
Complementary color
Monochromatic Colors of #09A065
Black with #09A065
Text Example
Text Example
White with #09A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A065; }
p { color: rgb(9,160,101); }
H1.HeaderClassName
{
color: #09A065;
}
.AnyTagClassName
{
color: #09A065;
}
</style>
background-color css
<style>
a { background-color: #09A065; }
a { background-color: rgb(9,160,101); }
div.DivClassName
{
background-color: #09A065;
}
.BgClassName
{
background-color: #09A065;
}
</style>
border-color css
<style>
span { border-color: #09A065; }
span { border-color: rgb(9,160,101); }
td.TdClassName
{
border-color: #09A065;
}
.TagClassName
{
border-color: #09A065;
}
</style>