Shades of Shamrock #45CE90
Tints of Shamrock #45CE90
RGB
CMYK
RGB Variations
Color information
#45CE90 (or 0x45CE90) is known color: Shamrock. HEX triplet: 45, CE and 90. RGB value is (69,206,144). Sum of RGB (Red+Green+Blue) = 69+206+144=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CE90 is #BA316F. Grayscale: #9E9E9E. Windows color (decimal): -12202352 or 9489989. OLE color: 9489989.
HSL color Cylindrical-coordinate representation of color #45CE90: hue angle of 152.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CE90 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 144 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.19 |
| HSL | 152.85º | 0.58% | 0.54% | - |
| HSV(B) | 152.85º | 0.67% | 0.81% | - |
| XYZ | 29.56 | 47.42 | 33.98 | - |
| YUV | 157.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 144 | 0.67 | 0 | 0.30 | 0.19 | 152.85 | 0.58 | 0.54 |
| Hex | 45 | CE | 90 | 43 | 0 | 1E | 13 | 99 | 3A | 36 |
| Octal | 105 | 316 | 220 | 103 | 0 | 36 | 23 | 231 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10010000 | 1000011 | 0 | 11110 | 10011 | 10011001 | 111010 | 110110 |
Color Harmonies of #45CE90
Complementary color
Monochromatic Colors of #45CE90
Black with #45CE90
Text Example
Text Example
White with #45CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE90; }
p { color: rgb(69,206,144); }
H1.HeaderClassName
{
color: #45CE90;
}
.AnyTagClassName
{
color: #45CE90;
}
</style>
background-color css
<style>
a { background-color: #45CE90; }
a { background-color: rgb(69,206,144); }
div.DivClassName
{
background-color: #45CE90;
}
.BgClassName
{
background-color: #45CE90;
}
</style>
border-color css
<style>
span { border-color: #45CE90; }
span { border-color: rgb(69,206,144); }
td.TdClassName
{
border-color: #45CE90;
}
.TagClassName
{
border-color: #45CE90;
}
</style>