Shades of Shamrock Green #09A068
Tints of Shamrock Green #09A068
RGB
CMYK
RGB Variations
Color information
#09A068 (or 0x09A068) is known color: Shamrock Green. HEX triplet: 09, A0 and 68. RGB value is (9,160,104). Sum of RGB (Red+Green+Blue) = 9+160+104=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #09A068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A068 is #F65F97. Grayscale: #6C6C6C. Windows color (decimal): -16146328 or 6856713. OLE color: 6856713.
HSL color Cylindrical-coordinate representation of color #09A068: hue angle of 157.75º 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 #09A068 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 104 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.37 |
| HSL | 157.75º | 0.89% | 0.33% | - |
| HSV(B) | 157.75º | 0.94% | 0.63% | - |
| XYZ | 15.18 | 26.2 | 17.35 | - |
| YUV | 108.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 104 | 0.94 | 0 | 0.35 | 0.37 | 157.75 | 0.89 | 0.33 |
| Hex | 9 | A0 | 68 | 5E | 0 | 23 | 25 | 9E | 59 | 21 |
| Octal | 11 | 240 | 150 | 136 | 0 | 43 | 45 | 236 | 131 | 41 |
| Binary | 1001 | 10100000 | 1101000 | 1011110 | 0 | 100011 | 100101 | 10011110 | 1011001 | 100001 |
Color Harmonies of #09A068
Complementary color
Monochromatic Colors of #09A068
Black with #09A068
Text Example
Text Example
White with #09A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A068; }
p { color: rgb(9,160,104); }
H1.HeaderClassName
{
color: #09A068;
}
.AnyTagClassName
{
color: #09A068;
}
</style>
background-color css
<style>
a { background-color: #09A068; }
a { background-color: rgb(9,160,104); }
div.DivClassName
{
background-color: #09A068;
}
.BgClassName
{
background-color: #09A068;
}
</style>
border-color css
<style>
span { border-color: #09A068; }
span { border-color: rgb(9,160,104); }
td.TdClassName
{
border-color: #09A068;
}
.TagClassName
{
border-color: #09A068;
}
</style>