Shades of Shamrock Green #08A261
Tints of Shamrock Green #08A261
RGB
CMYK
RGB Variations
Color information
#08A261 (or 0x08A261) is known color: Shamrock Green. HEX triplet: 08, A2 and 61. RGB value is (8,162,97). Sum of RGB (Red+Green+Blue) = 8+162+97=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #08A261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A261 is #F75D9E. Grayscale: #6C6C6C. Windows color (decimal): -16211359 or 6398472. OLE color: 6398472.
HSL color Cylindrical-coordinate representation of color #08A261: hue angle of 154.68º 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 #08A261 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 162 | 97 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.36 |
| HSL | 154.68º | 0.91% | 0.33% | - |
| HSV(B) | 154.68º | 0.95% | 0.64% | - |
| XYZ | 15.18 | 26.76 | 15.67 | - |
| YUV | 108.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 162 | 97 | 0.95 | 0 | 0.40 | 0.36 | 154.68 | 0.91 | 0.33 |
| Hex | 8 | A2 | 61 | 5F | 0 | 28 | 24 | 9B | 5B | 21 |
| Octal | 10 | 242 | 141 | 137 | 0 | 50 | 44 | 233 | 133 | 41 |
| Binary | 1000 | 10100010 | 1100001 | 1011111 | 0 | 101000 | 100100 | 10011011 | 1011011 | 100001 |
Color Harmonies of #08A261
Complementary color
Monochromatic Colors of #08A261
Black with #08A261
Text Example
Text Example
White with #08A261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A261; }
p { color: rgb(8,162,97); }
H1.HeaderClassName
{
color: #08A261;
}
.AnyTagClassName
{
color: #08A261;
}
</style>
background-color css
<style>
a { background-color: #08A261; }
a { background-color: rgb(8,162,97); }
div.DivClassName
{
background-color: #08A261;
}
.BgClassName
{
background-color: #08A261;
}
</style>
border-color css
<style>
span { border-color: #08A261; }
span { border-color: rgb(8,162,97); }
td.TdClassName
{
border-color: #08A261;
}
.TagClassName
{
border-color: #08A261;
}
</style>