Shades of Shamrock Green #08905A
Tints of Shamrock Green #08905A
RGB
CMYK
RGB Variations
Color information
#08905A (or 0x08905A) is known color: Shamrock Green. HEX triplet: 08, 90 and 5A. RGB value is (8,144,90). Sum of RGB (Red+Green+Blue) = 8+144+90=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #08905A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08905A is #F76FA5. Grayscale: #616161. Windows color (decimal): -16215974 or 5935112. OLE color: 5935112.
HSL color Cylindrical-coordinate representation of color #08905A: hue angle of 156.18º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08905A is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 90 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.44 |
| HSL | 156.18º | 0.89% | 0.3% | - |
| HSV(B) | 156.18º | 0.94% | 0.56% | - |
| XYZ | 11.92 | 20.74 | 13.05 | - |
| YUV | 97.18 | 123.94 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 90 | 0.94 | 0 | 0.37 | 0.44 | 156.18 | 0.89 | 0.3 |
| Hex | 8 | 90 | 5A | 5E | 0 | 25 | 2C | 9C | 59 | 1E |
| Octal | 10 | 220 | 132 | 136 | 0 | 45 | 54 | 234 | 131 | 36 |
| Binary | 1000 | 10010000 | 1011010 | 1011110 | 0 | 100101 | 101100 | 10011100 | 1011001 | 11110 |
Color Harmonies of #08905A
Complementary color
Monochromatic Colors of #08905A
Black with #08905A
Text Example
Text Example
White with #08905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08905A; }
p { color: rgb(8,144,90); }
H1.HeaderClassName
{
color: #08905A;
}
.AnyTagClassName
{
color: #08905A;
}
</style>
background-color css
<style>
a { background-color: #08905A; }
a { background-color: rgb(8,144,90); }
div.DivClassName
{
background-color: #08905A;
}
.BgClassName
{
background-color: #08905A;
}
</style>
border-color css
<style>
span { border-color: #08905A; }
span { border-color: rgb(8,144,90); }
td.TdClassName
{
border-color: #08905A;
}
.TagClassName
{
border-color: #08905A;
}
</style>