Shades of Shamrock #45E19F
Tints of Shamrock #45E19F
RGB
CMYK
RGB Variations
Color information
#45E19F (or 0x45E19F) is known color: Shamrock. HEX triplet: 45, E1 and 9F. RGB value is (69,225,159). Sum of RGB (Red+Green+Blue) = 69+225+159=453 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.23% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #45E19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E19F is #BA1E60. Grayscale: #AAAAAA. Windows color (decimal): -12197473 or 10477893. OLE color: 10477893.
HSL color Cylindrical-coordinate representation of color #45E19F: hue angle of 154.62º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E19F is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 159 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.12 |
| HSL | 154.62º | 0.72% | 0.58% | - |
| HSV(B) | 154.62º | 0.69% | 0.88% | - |
| XYZ | 35.64 | 57.62 | 42.04 | - |
| YUV | 170.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 159 | 0.69 | 0 | 0.29 | 0.12 | 154.62 | 0.72 | 0.58 |
| Hex | 45 | E1 | 9F | 45 | 0 | 1D | C | 9B | 48 | 3A |
| Octal | 105 | 341 | 237 | 105 | 0 | 35 | 14 | 233 | 110 | 72 |
| Binary | 1000101 | 11100001 | 10011111 | 1000101 | 0 | 11101 | 1100 | 10011011 | 1001000 | 111010 |
Color Harmonies of #45E19F
Complementary color
Monochromatic Colors of #45E19F
Black with #45E19F
Text Example
Text Example
White with #45E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E19F; }
p { color: rgb(69,225,159); }
H1.HeaderClassName
{
color: #45E19F;
}
.AnyTagClassName
{
color: #45E19F;
}
</style>
background-color css
<style>
a { background-color: #45E19F; }
a { background-color: rgb(69,225,159); }
div.DivClassName
{
background-color: #45E19F;
}
.BgClassName
{
background-color: #45E19F;
}
</style>
border-color css
<style>
span { border-color: #45E19F; }
span { border-color: rgb(69,225,159); }
td.TdClassName
{
border-color: #45E19F;
}
.TagClassName
{
border-color: #45E19F;
}
</style>