Shades of Shamrock Green #08965C
Tints of Shamrock Green #08965C
RGB
CMYK
RGB Variations
Color information
#08965C (or 0x08965C) is known color: Shamrock Green. HEX triplet: 08, 96 and 5C. RGB value is (8,150,92). Sum of RGB (Red+Green+Blue) = 8+150+92=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #08965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08965C is #F769A3. Grayscale: #656565. Windows color (decimal): -16214436 or 6067720. OLE color: 6067720.
HSL color Cylindrical-coordinate representation of color #08965C: hue angle of 155.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08965C is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 150 | 92 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.41 |
| HSL | 155.49º | 0.9% | 0.31% | - |
| HSV(B) | 155.49º | 0.95% | 0.59% | - |
| XYZ | 12.94 | 22.64 | 13.81 | - |
| YUV | 100.93 | 122.96 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 92 | 0.95 | 0 | 0.39 | 0.41 | 155.49 | 0.9 | 0.31 |
| Hex | 8 | 96 | 5C | 5F | 0 | 27 | 29 | 9B | 5A | 1F |
| Octal | 10 | 226 | 134 | 137 | 0 | 47 | 51 | 233 | 132 | 37 |
| Binary | 1000 | 10010110 | 1011100 | 1011111 | 0 | 100111 | 101001 | 10011011 | 1011010 | 11111 |
Color Harmonies of #08965C
Complementary color
Monochromatic Colors of #08965C
Black with #08965C
Text Example
Text Example
White with #08965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08965C; }
p { color: rgb(8,150,92); }
H1.HeaderClassName
{
color: #08965C;
}
.AnyTagClassName
{
color: #08965C;
}
</style>
background-color css
<style>
a { background-color: #08965C; }
a { background-color: rgb(8,150,92); }
div.DivClassName
{
background-color: #08965C;
}
.BgClassName
{
background-color: #08965C;
}
</style>
border-color css
<style>
span { border-color: #08965C; }
span { border-color: rgb(8,150,92); }
td.TdClassName
{
border-color: #08965C;
}
.TagClassName
{
border-color: #08965C;
}
</style>