Shades of Shamrock Green #10A45D
Tints of Shamrock Green #10A45D
RGB
CMYK
RGB Variations
Color information
#10A45D (or 0x10A45D) is known color: Shamrock Green. HEX triplet: 10, A4 and 5D. RGB value is (16,164,93). Sum of RGB (Red+Green+Blue) = 16+164+93=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #10A45D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A45D is #EF5BA2. Grayscale: #6F6F6F. Windows color (decimal): -15686563 or 6136848. OLE color: 6136848.
HSL color Cylindrical-coordinate representation of color #10A45D: hue angle of 151.22º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A45D is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 164 | 93 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.36 |
| HSL | 151.22º | 0.82% | 0.35% | - |
| HSV(B) | 151.22º | 0.9% | 0.64% | - |
| XYZ | 15.46 | 27.45 | 14.84 | - |
| YUV | 111.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 164 | 93 | 0.90 | 0 | 0.43 | 0.36 | 151.22 | 0.82 | 0.35 |
| Hex | 10 | A4 | 5D | 5A | 0 | 2B | 24 | 97 | 52 | 23 |
| Octal | 20 | 244 | 135 | 132 | 0 | 53 | 44 | 227 | 122 | 43 |
| Binary | 10000 | 10100100 | 1011101 | 1011010 | 0 | 101011 | 100100 | 10010111 | 1010010 | 100011 |
Color Harmonies of #10A45D
Complementary color
Monochromatic Colors of #10A45D
Black with #10A45D
Text Example
Text Example
White with #10A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A45D; }
p { color: rgb(16,164,93); }
H1.HeaderClassName
{
color: #10A45D;
}
.AnyTagClassName
{
color: #10A45D;
}
</style>
background-color css
<style>
a { background-color: #10A45D; }
a { background-color: rgb(16,164,93); }
div.DivClassName
{
background-color: #10A45D;
}
.BgClassName
{
background-color: #10A45D;
}
</style>
border-color css
<style>
span { border-color: #10A45D; }
span { border-color: rgb(16,164,93); }
td.TdClassName
{
border-color: #10A45D;
}
.TagClassName
{
border-color: #10A45D;
}
</style>