Shades of Shamrock #45E694
Tints of Shamrock #45E694
RGB
CMYK
RGB Variations
Color information
#45E694 (or 0x45E694) is known color: Shamrock. HEX triplet: 45, E6 and 94. RGB value is (69,230,148). Sum of RGB (Red+Green+Blue) = 69+230+148=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #45E694 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45E694 is #BA196B. Grayscale: #ACACAC. Windows color (decimal): -12196204 or 9758277. OLE color: 9758277.
HSL color Cylindrical-coordinate representation of color #45E694: hue angle of 149.44º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E694 is Cyan = 0.7, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 148 | - |
| CMYK | 0.7 | 0 | 0.36 | 0.10 |
| HSL | 149.44º | 0.76% | 0.59% | - |
| HSV(B) | 149.44º | 0.7% | 0.9% | - |
| XYZ | 36.1 | 60 | 37.7 | - |
| YUV | 172.51 | 114.16 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 148 | 0.7 | 0 | 0.36 | 0.10 | 149.44 | 0.76 | 0.59 |
| Hex | 45 | E6 | 94 | 46 | 0 | 24 | A | 95 | 4C | 3B |
| Octal | 105 | 346 | 224 | 106 | 0 | 44 | 12 | 225 | 114 | 73 |
| Binary | 1000101 | 11100110 | 10010100 | 1000110 | 0 | 100100 | 1010 | 10010101 | 1001100 | 111011 |
Color Harmonies of #45E694
Complementary color
Monochromatic Colors of #45E694
Black with #45E694
Text Example
Text Example
White with #45E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E694; }
p { color: rgb(69,230,148); }
H1.HeaderClassName
{
color: #45E694;
}
.AnyTagClassName
{
color: #45E694;
}
</style>
background-color css
<style>
a { background-color: #45E694; }
a { background-color: rgb(69,230,148); }
div.DivClassName
{
background-color: #45E694;
}
.BgClassName
{
background-color: #45E694;
}
</style>
border-color css
<style>
span { border-color: #45E694; }
span { border-color: rgb(69,230,148); }
td.TdClassName
{
border-color: #45E694;
}
.TagClassName
{
border-color: #45E694;
}
</style>