Shades of Shamrock Green #08905C
Tints of Shamrock Green #08905C
RGB
CMYK
RGB Variations
Color information
#08905C (or 0x08905C) is known color: Shamrock Green. HEX triplet: 08, 90 and 5C. RGB value is (8,144,92). Sum of RGB (Red+Green+Blue) = 8+144+92=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #08905C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08905C is #F76FA3. Grayscale: #616161. Windows color (decimal): -16215972 or 6066184. OLE color: 6066184.
HSL color Cylindrical-coordinate representation of color #08905C: hue angle of 157.06º 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 #08905C is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 92 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.44 |
| HSL | 157.06º | 0.89% | 0.3% | - |
| HSV(B) | 157.06º | 0.94% | 0.56% | - |
| XYZ | 12.01 | 20.77 | 13.5 | - |
| YUV | 97.41 | 124.94 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 92 | 0.94 | 0 | 0.36 | 0.44 | 157.06 | 0.89 | 0.3 |
| Hex | 8 | 90 | 5C | 5E | 0 | 24 | 2C | 9D | 59 | 1E |
| Octal | 10 | 220 | 134 | 136 | 0 | 44 | 54 | 235 | 131 | 36 |
| Binary | 1000 | 10010000 | 1011100 | 1011110 | 0 | 100100 | 101100 | 10011101 | 1011001 | 11110 |
Color Harmonies of #08905C
Complementary color
Monochromatic Colors of #08905C
Black with #08905C
Text Example
Text Example
White with #08905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08905C; }
p { color: rgb(8,144,92); }
H1.HeaderClassName
{
color: #08905C;
}
.AnyTagClassName
{
color: #08905C;
}
</style>
background-color css
<style>
a { background-color: #08905C; }
a { background-color: rgb(8,144,92); }
div.DivClassName
{
background-color: #08905C;
}
.BgClassName
{
background-color: #08905C;
}
</style>
border-color css
<style>
span { border-color: #08905C; }
span { border-color: rgb(8,144,92); }
td.TdClassName
{
border-color: #08905C;
}
.TagClassName
{
border-color: #08905C;
}
</style>