Shades of Shamrock #45D090
Tints of Shamrock #45D090
RGB
CMYK
RGB Variations
Color information
#45D090 (or 0x45D090) is known color: Shamrock. HEX triplet: 45, D0 and 90. RGB value is (69,208,144). Sum of RGB (Red+Green+Blue) = 69+208+144=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #45D090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D090 is #BA2F6F. Grayscale: #9F9F9F. Windows color (decimal): -12201840 or 9490501. OLE color: 9490501.
HSL color Cylindrical-coordinate representation of color #45D090: hue angle of 152.37º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D090 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 144 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.18 |
| HSL | 152.37º | 0.6% | 0.54% | - |
| HSV(B) | 152.37º | 0.67% | 0.82% | - |
| XYZ | 30.04 | 48.39 | 34.14 | - |
| YUV | 159.14 | 119.45 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 144 | 0.67 | 0 | 0.31 | 0.18 | 152.37 | 0.6 | 0.54 |
| Hex | 45 | D0 | 90 | 43 | 0 | 1F | 12 | 98 | 3C | 36 |
| Octal | 105 | 320 | 220 | 103 | 0 | 37 | 22 | 230 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10010000 | 1000011 | 0 | 11111 | 10010 | 10011000 | 111100 | 110110 |
Color Harmonies of #45D090
Complementary color
Monochromatic Colors of #45D090
Black with #45D090
Text Example
Text Example
White with #45D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D090; }
p { color: rgb(69,208,144); }
H1.HeaderClassName
{
color: #45D090;
}
.AnyTagClassName
{
color: #45D090;
}
</style>
background-color css
<style>
a { background-color: #45D090; }
a { background-color: rgb(69,208,144); }
div.DivClassName
{
background-color: #45D090;
}
.BgClassName
{
background-color: #45D090;
}
</style>
border-color css
<style>
span { border-color: #45D090; }
span { border-color: rgb(69,208,144); }
td.TdClassName
{
border-color: #45D090;
}
.TagClassName
{
border-color: #45D090;
}
</style>