Shades of Shamrock #45C18C
Tints of Shamrock #45C18C
RGB
CMYK
RGB Variations
Color information
#45C18C (or 0x45C18C) is known color: Shamrock. HEX triplet: 45, C1 and 8C. RGB value is (69,193,140). Sum of RGB (Red+Green+Blue) = 69+193+140=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #45C18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C18C is #BA3E73. Grayscale: #959595. Windows color (decimal): -12205684 or 9224517. OLE color: 9224517.
HSL color Cylindrical-coordinate representation of color #45C18C: hue angle of 154.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C18C is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 140 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.24 |
| HSL | 154.35º | 0.5% | 0.51% | - |
| HSV(B) | 154.35º | 0.64% | 0.76% | - |
| XYZ | 26.26 | 41.3 | 31.4 | - |
| YUV | 149.88 | 122.42 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 140 | 0.64 | 0 | 0.27 | 0.24 | 154.35 | 0.5 | 0.51 |
| Hex | 45 | C1 | 8C | 40 | 0 | 1B | 18 | 9A | 32 | 33 |
| Octal | 105 | 301 | 214 | 100 | 0 | 33 | 30 | 232 | 62 | 63 |
| Binary | 1000101 | 11000001 | 10001100 | 1000000 | 0 | 11011 | 11000 | 10011010 | 110010 | 110011 |
Color Harmonies of #45C18C
Complementary color
Monochromatic Colors of #45C18C
Black with #45C18C
Text Example
Text Example
White with #45C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C18C; }
p { color: rgb(69,193,140); }
H1.HeaderClassName
{
color: #45C18C;
}
.AnyTagClassName
{
color: #45C18C;
}
</style>
background-color css
<style>
a { background-color: #45C18C; }
a { background-color: rgb(69,193,140); }
div.DivClassName
{
background-color: #45C18C;
}
.BgClassName
{
background-color: #45C18C;
}
</style>
border-color css
<style>
span { border-color: #45C18C; }
span { border-color: rgb(69,193,140); }
td.TdClassName
{
border-color: #45C18C;
}
.TagClassName
{
border-color: #45C18C;
}
</style>