Shades of Shamrock Green #08A25B
Tints of Shamrock Green #08A25B
RGB
CMYK
RGB Variations
Color information
#08A25B (or 0x08A25B) is known color: Shamrock Green. HEX triplet: 08, A2 and 5B. RGB value is (8,162,91). Sum of RGB (Red+Green+Blue) = 8+162+91=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #08A25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A25B is #F75DA4. Grayscale: #6B6B6B. Windows color (decimal): -16211365 or 6005256. OLE color: 6005256.
HSL color Cylindrical-coordinate representation of color #08A25B: hue angle of 152.34º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A25B is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 162 | 91 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.36 |
| HSL | 152.34º | 0.91% | 0.33% | - |
| HSV(B) | 152.34º | 0.95% | 0.64% | - |
| XYZ | 14.91 | 26.65 | 14.26 | - |
| YUV | 107.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 162 | 91 | 0.95 | 0 | 0.44 | 0.36 | 152.34 | 0.91 | 0.33 |
| Hex | 8 | A2 | 5B | 5F | 0 | 2C | 24 | 98 | 5B | 21 |
| Octal | 10 | 242 | 133 | 137 | 0 | 54 | 44 | 230 | 133 | 41 |
| Binary | 1000 | 10100010 | 1011011 | 1011111 | 0 | 101100 | 100100 | 10011000 | 1011011 | 100001 |
Color Harmonies of #08A25B
Complementary color
Monochromatic Colors of #08A25B
Black with #08A25B
Text Example
Text Example
White with #08A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A25B; }
p { color: rgb(8,162,91); }
H1.HeaderClassName
{
color: #08A25B;
}
.AnyTagClassName
{
color: #08A25B;
}
</style>
background-color css
<style>
a { background-color: #08A25B; }
a { background-color: rgb(8,162,91); }
div.DivClassName
{
background-color: #08A25B;
}
.BgClassName
{
background-color: #08A25B;
}
</style>
border-color css
<style>
span { border-color: #08A25B; }
span { border-color: rgb(8,162,91); }
td.TdClassName
{
border-color: #08A25B;
}
.TagClassName
{
border-color: #08A25B;
}
</style>