Shades of Shamrock #45C18A
Tints of Shamrock #45C18A
RGB
CMYK
RGB Variations
Color information
#45C18A (or 0x45C18A) is known color: Shamrock. HEX triplet: 45, C1 and 8A. RGB value is (69,193,138). Sum of RGB (Red+Green+Blue) = 69+193+138=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #45C18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C18A is #BA3E75. Grayscale: #959595. Windows color (decimal): -12205686 or 9093445. OLE color: 9093445.
HSL color Cylindrical-coordinate representation of color #45C18A: hue angle of 153.39º 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 #45C18A is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 138 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.24 |
| HSL | 153.39º | 0.5% | 0.51% | - |
| HSV(B) | 153.39º | 0.64% | 0.76% | - |
| XYZ | 26.11 | 41.24 | 30.63 | - |
| YUV | 149.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 138 | 0.64 | 0 | 0.28 | 0.24 | 153.39 | 0.5 | 0.51 |
| Hex | 45 | C1 | 8A | 40 | 0 | 1C | 18 | 99 | 32 | 33 |
| Octal | 105 | 301 | 212 | 100 | 0 | 34 | 30 | 231 | 62 | 63 |
| Binary | 1000101 | 11000001 | 10001010 | 1000000 | 0 | 11100 | 11000 | 10011001 | 110010 | 110011 |
Color Harmonies of #45C18A
Complementary color
Monochromatic Colors of #45C18A
Black with #45C18A
Text Example
Text Example
White with #45C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C18A; }
p { color: rgb(69,193,138); }
H1.HeaderClassName
{
color: #45C18A;
}
.AnyTagClassName
{
color: #45C18A;
}
</style>
background-color css
<style>
a { background-color: #45C18A; }
a { background-color: rgb(69,193,138); }
div.DivClassName
{
background-color: #45C18A;
}
.BgClassName
{
background-color: #45C18A;
}
</style>
border-color css
<style>
span { border-color: #45C18A; }
span { border-color: rgb(69,193,138); }
td.TdClassName
{
border-color: #45C18A;
}
.TagClassName
{
border-color: #45C18A;
}
</style>