Shades of Shamrock Green #08A262
Tints of Shamrock Green #08A262
RGB
CMYK
RGB Variations
Color information
#08A262 (or 0x08A262) is known color: Shamrock Green. HEX triplet: 08, A2 and 62. RGB value is (8,162,98). Sum of RGB (Red+Green+Blue) = 8+162+98=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #08A262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A262 is #F75D9D. Grayscale: #6C6C6C. Windows color (decimal): -16211358 or 6464008. OLE color: 6464008.
HSL color Cylindrical-coordinate representation of color #08A262: hue angle of 155.06º 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 #08A262 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 162 | 98 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.36 |
| HSL | 155.06º | 0.91% | 0.33% | - |
| HSV(B) | 155.06º | 0.95% | 0.64% | - |
| XYZ | 15.23 | 26.77 | 15.92 | - |
| YUV | 108.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 162 | 98 | 0.95 | 0 | 0.40 | 0.36 | 155.06 | 0.91 | 0.33 |
| Hex | 8 | A2 | 62 | 5F | 0 | 28 | 24 | 9B | 5B | 21 |
| Octal | 10 | 242 | 142 | 137 | 0 | 50 | 44 | 233 | 133 | 41 |
| Binary | 1000 | 10100010 | 1100010 | 1011111 | 0 | 101000 | 100100 | 10011011 | 1011011 | 100001 |
Color Harmonies of #08A262
Complementary color
Monochromatic Colors of #08A262
Black with #08A262
Text Example
Text Example
White with #08A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A262; }
p { color: rgb(8,162,98); }
H1.HeaderClassName
{
color: #08A262;
}
.AnyTagClassName
{
color: #08A262;
}
</style>
background-color css
<style>
a { background-color: #08A262; }
a { background-color: rgb(8,162,98); }
div.DivClassName
{
background-color: #08A262;
}
.BgClassName
{
background-color: #08A262;
}
</style>
border-color css
<style>
span { border-color: #08A262; }
span { border-color: rgb(8,162,98); }
td.TdClassName
{
border-color: #08A262;
}
.TagClassName
{
border-color: #08A262;
}
</style>