Shades of Shamrock #45D09F
Tints of Shamrock #45D09F
RGB
CMYK
RGB Variations
Color information
#45D09F (or 0x45D09F) is known color: Shamrock. HEX triplet: 45, D0 and 9F. RGB value is (69,208,159). Sum of RGB (Red+Green+Blue) = 69+208+159=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #45D09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D09F is #BA2F60. Grayscale: #A0A0A0. Windows color (decimal): -12201825 or 10473541. OLE color: 10473541.
HSL color Cylindrical-coordinate representation of color #45D09F: hue angle of 158.85º 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 #45D09F is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 159 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.18 |
| HSL | 158.85º | 0.6% | 0.54% | - |
| HSV(B) | 158.85º | 0.67% | 0.82% | - |
| XYZ | 31.27 | 48.88 | 40.59 | - |
| YUV | 160.85 | 126.95 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 159 | 0.67 | 0 | 0.24 | 0.18 | 158.85 | 0.6 | 0.54 |
| Hex | 45 | D0 | 9F | 43 | 0 | 18 | 12 | 9F | 3C | 36 |
| Octal | 105 | 320 | 237 | 103 | 0 | 30 | 22 | 237 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10011111 | 1000011 | 0 | 11000 | 10010 | 10011111 | 111100 | 110110 |
Color Harmonies of #45D09F
Complementary color
Monochromatic Colors of #45D09F
Black with #45D09F
Text Example
Text Example
White with #45D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D09F; }
p { color: rgb(69,208,159); }
H1.HeaderClassName
{
color: #45D09F;
}
.AnyTagClassName
{
color: #45D09F;
}
</style>
background-color css
<style>
a { background-color: #45D09F; }
a { background-color: rgb(69,208,159); }
div.DivClassName
{
background-color: #45D09F;
}
.BgClassName
{
background-color: #45D09F;
}
</style>
border-color css
<style>
span { border-color: #45D09F; }
span { border-color: rgb(69,208,159); }
td.TdClassName
{
border-color: #45D09F;
}
.TagClassName
{
border-color: #45D09F;
}
</style>