Shades of Shamrock #45D09B
Tints of Shamrock #45D09B
RGB
CMYK
RGB Variations
Color information
#45D09B (or 0x45D09B) is known color: Shamrock. HEX triplet: 45, D0 and 9B. RGB value is (69,208,155). Sum of RGB (Red+Green+Blue) = 69+208+155=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #45D09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D09B is #BA2F64. Grayscale: #A0A0A0. Windows color (decimal): -12201829 or 10211397. OLE color: 10211397.
HSL color Cylindrical-coordinate representation of color #45D09B: hue angle of 157.12º 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 #45D09B is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 155 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.18 |
| HSL | 157.12º | 0.6% | 0.54% | - |
| HSV(B) | 157.12º | 0.67% | 0.82% | - |
| XYZ | 30.93 | 48.74 | 38.79 | - |
| YUV | 160.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 155 | 0.67 | 0 | 0.25 | 0.18 | 157.12 | 0.6 | 0.54 |
| Hex | 45 | D0 | 9B | 43 | 0 | 19 | 12 | 9D | 3C | 36 |
| Octal | 105 | 320 | 233 | 103 | 0 | 31 | 22 | 235 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10011011 | 1000011 | 0 | 11001 | 10010 | 10011101 | 111100 | 110110 |
Color Harmonies of #45D09B
Complementary color
Monochromatic Colors of #45D09B
Black with #45D09B
Text Example
Text Example
White with #45D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D09B; }
p { color: rgb(69,208,155); }
H1.HeaderClassName
{
color: #45D09B;
}
.AnyTagClassName
{
color: #45D09B;
}
</style>
background-color css
<style>
a { background-color: #45D09B; }
a { background-color: rgb(69,208,155); }
div.DivClassName
{
background-color: #45D09B;
}
.BgClassName
{
background-color: #45D09B;
}
</style>
border-color css
<style>
span { border-color: #45D09B; }
span { border-color: rgb(69,208,155); }
td.TdClassName
{
border-color: #45D09B;
}
.TagClassName
{
border-color: #45D09B;
}
</style>