Shades of Shamrock Green #08915A
Tints of Shamrock Green #08915A
RGB
CMYK
RGB Variations
Color information
#08915A (or 0x08915A) is known color: Shamrock Green. HEX triplet: 08, 91 and 5A. RGB value is (8,145,90). Sum of RGB (Red+Green+Blue) = 8+145+90=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #08915A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08915A is #F76EA5. Grayscale: #616161. Windows color (decimal): -16215718 or 5935368. OLE color: 5935368.
HSL color Cylindrical-coordinate representation of color #08915A: hue angle of 155.91º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08915A is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 90 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.43 |
| HSL | 155.91º | 0.9% | 0.3% | - |
| HSV(B) | 155.91º | 0.94% | 0.57% | - |
| XYZ | 12.07 | 21.04 | 13.1 | - |
| YUV | 97.77 | 123.61 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 90 | 0.94 | 0 | 0.38 | 0.43 | 155.91 | 0.9 | 0.3 |
| Hex | 8 | 91 | 5A | 5E | 0 | 26 | 2B | 9C | 5A | 1E |
| Octal | 10 | 221 | 132 | 136 | 0 | 46 | 53 | 234 | 132 | 36 |
| Binary | 1000 | 10010001 | 1011010 | 1011110 | 0 | 100110 | 101011 | 10011100 | 1011010 | 11110 |
Color Harmonies of #08915A
Complementary color
Monochromatic Colors of #08915A
Black with #08915A
Text Example
Text Example
White with #08915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08915A; }
p { color: rgb(8,145,90); }
H1.HeaderClassName
{
color: #08915A;
}
.AnyTagClassName
{
color: #08915A;
}
</style>
background-color css
<style>
a { background-color: #08915A; }
a { background-color: rgb(8,145,90); }
div.DivClassName
{
background-color: #08915A;
}
.BgClassName
{
background-color: #08915A;
}
</style>
border-color css
<style>
span { border-color: #08915A; }
span { border-color: rgb(8,145,90); }
td.TdClassName
{
border-color: #08915A;
}
.TagClassName
{
border-color: #08915A;
}
</style>