Shades of Shamrock #45DDA6
Tints of Shamrock #45DDA6
RGB
CMYK
RGB Variations
Color information
#45DDA6 (or 0x45DDA6) is known color: Shamrock. HEX triplet: 45, DD and A6. RGB value is (69,221,166). Sum of RGB (Red+Green+Blue) = 69+221+166=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DDA6 is #BA2259. Grayscale: #A9A9A9. Windows color (decimal): -12198490 or 10935621. OLE color: 10935621.
HSL color Cylindrical-coordinate representation of color #45DDA6: hue angle of 158.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DDA6 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 166 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.13 |
| HSL | 158.29º | 0.69% | 0.57% | - |
| HSV(B) | 158.29º | 0.69% | 0.87% | - |
| XYZ | 35.19 | 55.73 | 44.98 | - |
| YUV | 169.28 | 126.14 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 166 | 0.69 | 0 | 0.25 | 0.13 | 158.29 | 0.69 | 0.57 |
| Hex | 45 | DD | A6 | 45 | 0 | 19 | D | 9E | 45 | 39 |
| Octal | 105 | 335 | 246 | 105 | 0 | 31 | 15 | 236 | 105 | 71 |
| Binary | 1000101 | 11011101 | 10100110 | 1000101 | 0 | 11001 | 1101 | 10011110 | 1000101 | 111001 |
Color Harmonies of #45DDA6
Complementary color
Monochromatic Colors of #45DDA6
Black with #45DDA6
Text Example
Text Example
White with #45DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDA6; }
p { color: rgb(69,221,166); }
H1.HeaderClassName
{
color: #45DDA6;
}
.AnyTagClassName
{
color: #45DDA6;
}
</style>
background-color css
<style>
a { background-color: #45DDA6; }
a { background-color: rgb(69,221,166); }
div.DivClassName
{
background-color: #45DDA6;
}
.BgClassName
{
background-color: #45DDA6;
}
</style>
border-color css
<style>
span { border-color: #45DDA6; }
span { border-color: rgb(69,221,166); }
td.TdClassName
{
border-color: #45DDA6;
}
.TagClassName
{
border-color: #45DDA6;
}
</style>