Shades of Shamrock #45D09A
Tints of Shamrock #45D09A
RGB
CMYK
RGB Variations
Color information
#45D09A (or 0x45D09A) is known color: Shamrock. HEX triplet: 45, D0 and 9A. RGB value is (69,208,154). Sum of RGB (Red+Green+Blue) = 69+208+154=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #45D09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D09A is #BA2F65. Grayscale: #A0A0A0. Windows color (decimal): -12201830 or 10145861. OLE color: 10145861.
HSL color Cylindrical-coordinate representation of color #45D09A: hue angle of 156.69º 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 #45D09A is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 154 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.18 |
| HSL | 156.69º | 0.6% | 0.54% | - |
| HSV(B) | 156.69º | 0.67% | 0.82% | - |
| XYZ | 30.84 | 48.71 | 38.35 | - |
| YUV | 160.28 | 124.45 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 154 | 0.67 | 0 | 0.26 | 0.18 | 156.69 | 0.6 | 0.54 |
| Hex | 45 | D0 | 9A | 43 | 0 | 1A | 12 | 9D | 3C | 36 |
| Octal | 105 | 320 | 232 | 103 | 0 | 32 | 22 | 235 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10011010 | 1000011 | 0 | 11010 | 10010 | 10011101 | 111100 | 110110 |
Color Harmonies of #45D09A
Complementary color
Monochromatic Colors of #45D09A
Black with #45D09A
Text Example
Text Example
White with #45D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D09A; }
p { color: rgb(69,208,154); }
H1.HeaderClassName
{
color: #45D09A;
}
.AnyTagClassName
{
color: #45D09A;
}
</style>
background-color css
<style>
a { background-color: #45D09A; }
a { background-color: rgb(69,208,154); }
div.DivClassName
{
background-color: #45D09A;
}
.BgClassName
{
background-color: #45D09A;
}
</style>
border-color css
<style>
span { border-color: #45D09A; }
span { border-color: rgb(69,208,154); }
td.TdClassName
{
border-color: #45D09A;
}
.TagClassName
{
border-color: #45D09A;
}
</style>