Shades of Shamrock #45E5AD
Tints of Shamrock #45E5AD
RGB
CMYK
RGB Variations
Color information
#45E5AD (or 0x45E5AD) is known color: Shamrock. HEX triplet: 45, E5 and AD. RGB value is (69,229,173). Sum of RGB (Red+Green+Blue) = 69+229+173=471 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.65% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #45E5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E5AD is #BA1A52. Grayscale: #AEAEAE. Windows color (decimal): -12196435 or 11396421. OLE color: 11396421.
HSL color Cylindrical-coordinate representation of color #45E5AD: hue angle of 159º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E5AD is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 173 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.10 |
| HSL | 159º | 0.75% | 0.58% | - |
| HSV(B) | 159º | 0.7% | 0.9% | - |
| XYZ | 38.02 | 60.32 | 49.17 | - |
| YUV | 174.78 | 126.99 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 173 | 0.70 | 0 | 0.24 | 0.10 | 159 | 0.75 | 0.58 |
| Hex | 45 | E5 | AD | 46 | 0 | 18 | A | 9F | 4B | 3A |
| Octal | 105 | 345 | 255 | 106 | 0 | 30 | 12 | 237 | 113 | 72 |
| Binary | 1000101 | 11100101 | 10101101 | 1000110 | 0 | 11000 | 1010 | 10011111 | 1001011 | 111010 |
Color Harmonies of #45E5AD
Complementary color
Monochromatic Colors of #45E5AD
Black with #45E5AD
Text Example
Text Example
White with #45E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E5AD; }
p { color: rgb(69,229,173); }
H1.HeaderClassName
{
color: #45E5AD;
}
.AnyTagClassName
{
color: #45E5AD;
}
</style>
background-color css
<style>
a { background-color: #45E5AD; }
a { background-color: rgb(69,229,173); }
div.DivClassName
{
background-color: #45E5AD;
}
.BgClassName
{
background-color: #45E5AD;
}
</style>
border-color css
<style>
span { border-color: #45E5AD; }
span { border-color: rgb(69,229,173); }
td.TdClassName
{
border-color: #45E5AD;
}
.TagClassName
{
border-color: #45E5AD;
}
</style>