Shades of Shamrock Green #089265
Tints of Shamrock Green #089265
RGB
CMYK
RGB Variations
Color information
#089265 (or 0x089265) is known color: Shamrock Green. HEX triplet: 08, 92 and 65. RGB value is (8,146,101). Sum of RGB (Red+Green+Blue) = 8+146+101=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #089265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089265 is #F76D9A. Grayscale: #636363. Windows color (decimal): -16215451 or 6656520. OLE color: 6656520.
HSL color Cylindrical-coordinate representation of color #089265: hue angle of 160.43º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089265 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 146 | 101 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.43 |
| HSL | 160.43º | 0.9% | 0.3% | - |
| HSV(B) | 160.43º | 0.95% | 0.57% | - |
| XYZ | 12.73 | 21.55 | 15.8 | - |
| YUV | 99.61 | 128.78 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 101 | 0.95 | 0 | 0.31 | 0.43 | 160.43 | 0.9 | 0.3 |
| Hex | 8 | 92 | 65 | 5F | 0 | 1F | 2B | A0 | 5A | 1E |
| Octal | 10 | 222 | 145 | 137 | 0 | 37 | 53 | 240 | 132 | 36 |
| Binary | 1000 | 10010010 | 1100101 | 1011111 | 0 | 11111 | 101011 | 10100000 | 1011010 | 11110 |
Color Harmonies of #089265
Complementary color
Monochromatic Colors of #089265
Black with #089265
Text Example
Text Example
White with #089265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089265; }
p { color: rgb(8,146,101); }
H1.HeaderClassName
{
color: #089265;
}
.AnyTagClassName
{
color: #089265;
}
</style>
background-color css
<style>
a { background-color: #089265; }
a { background-color: rgb(8,146,101); }
div.DivClassName
{
background-color: #089265;
}
.BgClassName
{
background-color: #089265;
}
</style>
border-color css
<style>
span { border-color: #089265; }
span { border-color: rgb(8,146,101); }
td.TdClassName
{
border-color: #089265;
}
.TagClassName
{
border-color: #089265;
}
</style>