Shades of Shamrock Green #08A266
Tints of Shamrock Green #08A266
RGB
CMYK
RGB Variations
Color information
#08A266 (or 0x08A266) is known color: Shamrock Green. HEX triplet: 08, A2 and 66. RGB value is (8,162,102). Sum of RGB (Red+Green+Blue) = 8+162+102=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #08A266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A266 is #F75D99. Grayscale: #6D6D6D. Windows color (decimal): -16211354 or 6726152. OLE color: 6726152.
HSL color Cylindrical-coordinate representation of color #08A266: hue angle of 156.62º 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 #08A266 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 162 | 102 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.36 |
| HSL | 156.62º | 0.91% | 0.33% | - |
| HSV(B) | 156.62º | 0.95% | 0.64% | - |
| XYZ | 15.42 | 26.85 | 16.94 | - |
| YUV | 109.11 | 123.98 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 162 | 102 | 0.95 | 0 | 0.37 | 0.36 | 156.62 | 0.91 | 0.33 |
| Hex | 8 | A2 | 66 | 5F | 0 | 25 | 24 | 9D | 5B | 21 |
| Octal | 10 | 242 | 146 | 137 | 0 | 45 | 44 | 235 | 133 | 41 |
| Binary | 1000 | 10100010 | 1100110 | 1011111 | 0 | 100101 | 100100 | 10011101 | 1011011 | 100001 |
Color Harmonies of #08A266
Complementary color
Monochromatic Colors of #08A266
Black with #08A266
Text Example
Text Example
White with #08A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A266; }
p { color: rgb(8,162,102); }
H1.HeaderClassName
{
color: #08A266;
}
.AnyTagClassName
{
color: #08A266;
}
</style>
background-color css
<style>
a { background-color: #08A266; }
a { background-color: rgb(8,162,102); }
div.DivClassName
{
background-color: #08A266;
}
.BgClassName
{
background-color: #08A266;
}
</style>
border-color css
<style>
span { border-color: #08A266; }
span { border-color: rgb(8,162,102); }
td.TdClassName
{
border-color: #08A266;
}
.TagClassName
{
border-color: #08A266;
}
</style>