Shades of Shamrock Green #08955C
Tints of Shamrock Green #08955C
RGB
CMYK
RGB Variations
Color information
#08955C (or 0x08955C) is known color: Shamrock Green. HEX triplet: 08, 95 and 5C. RGB value is (8,149,92). Sum of RGB (Red+Green+Blue) = 8+149+92=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #08955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08955C is #F76AA3. Grayscale: #646464. Windows color (decimal): -16214692 or 6067464. OLE color: 6067464.
HSL color Cylindrical-coordinate representation of color #08955C: hue angle of 155.74º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08955C is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 92 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.42 |
| HSL | 155.74º | 0.9% | 0.31% | - |
| HSV(B) | 155.74º | 0.95% | 0.58% | - |
| XYZ | 12.78 | 22.32 | 13.76 | - |
| YUV | 100.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 92 | 0.95 | 0 | 0.38 | 0.42 | 155.74 | 0.9 | 0.31 |
| Hex | 8 | 95 | 5C | 5F | 0 | 26 | 2A | 9C | 5A | 1F |
| Octal | 10 | 225 | 134 | 137 | 0 | 46 | 52 | 234 | 132 | 37 |
| Binary | 1000 | 10010101 | 1011100 | 1011111 | 0 | 100110 | 101010 | 10011100 | 1011010 | 11111 |
Color Harmonies of #08955C
Complementary color
Monochromatic Colors of #08955C
Black with #08955C
Text Example
Text Example
White with #08955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08955C; }
p { color: rgb(8,149,92); }
H1.HeaderClassName
{
color: #08955C;
}
.AnyTagClassName
{
color: #08955C;
}
</style>
background-color css
<style>
a { background-color: #08955C; }
a { background-color: rgb(8,149,92); }
div.DivClassName
{
background-color: #08955C;
}
.BgClassName
{
background-color: #08955C;
}
</style>
border-color css
<style>
span { border-color: #08955C; }
span { border-color: rgb(8,149,92); }
td.TdClassName
{
border-color: #08955C;
}
.TagClassName
{
border-color: #08955C;
}
</style>