Shades of Shamrock Green #10A85E
Tints of Shamrock Green #10A85E
RGB
CMYK
RGB Variations
Color information
#10A85E (or 0x10A85E) is known color: Shamrock Green. HEX triplet: 10, A8 and 5E. RGB value is (16,168,94). Sum of RGB (Red+Green+Blue) = 16+168+94=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 168 (66.02% from 255 or 60.43% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 168 - color contains mainly: green. Hex color #10A85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A85E is #EF57A1. Grayscale: #727272. Windows color (decimal): -15685538 or 6203408. OLE color: 6203408.
HSL color Cylindrical-coordinate representation of color #10A85E: hue angle of 150.79º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A85E is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 94 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.34 |
| HSL | 150.79º | 0.83% | 0.36% | - |
| HSV(B) | 150.79º | 0.9% | 0.66% | - |
| XYZ | 16.24 | 28.92 | 15.32 | - |
| YUV | 114.12 | 116.64 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 94 | 0.90 | 0 | 0.44 | 0.34 | 150.79 | 0.83 | 0.36 |
| Hex | 10 | A8 | 5E | 5A | 0 | 2C | 22 | 97 | 53 | 24 |
| Octal | 20 | 250 | 136 | 132 | 0 | 54 | 42 | 227 | 123 | 44 |
| Binary | 10000 | 10101000 | 1011110 | 1011010 | 0 | 101100 | 100010 | 10010111 | 1010011 | 100100 |
Color Harmonies of #10A85E
Complementary color
Monochromatic Colors of #10A85E
Black with #10A85E
Text Example
Text Example
White with #10A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A85E; }
p { color: rgb(16,168,94); }
H1.HeaderClassName
{
color: #10A85E;
}
.AnyTagClassName
{
color: #10A85E;
}
</style>
background-color css
<style>
a { background-color: #10A85E; }
a { background-color: rgb(16,168,94); }
div.DivClassName
{
background-color: #10A85E;
}
.BgClassName
{
background-color: #10A85E;
}
</style>
border-color css
<style>
span { border-color: #10A85E; }
span { border-color: rgb(16,168,94); }
td.TdClassName
{
border-color: #10A85E;
}
.TagClassName
{
border-color: #10A85E;
}
</style>