Shades of Shamrock #45C998
Tints of Shamrock #45C998
RGB
CMYK
RGB Variations
Color information
#45C998 (or 0x45C998) is known color: Shamrock. HEX triplet: 45, C9 and 98. RGB value is (69,201,152). Sum of RGB (Red+Green+Blue) = 69+201+152=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #45C998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C998 is #BA3667. Grayscale: #9C9C9C. Windows color (decimal): -12203624 or 10012997. OLE color: 10012997.
HSL color Cylindrical-coordinate representation of color #45C998: hue angle of 157.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C998 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 152 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.21 |
| HSL | 157.73º | 0.55% | 0.53% | - |
| HSV(B) | 157.73º | 0.66% | 0.79% | - |
| XYZ | 29.01 | 45.31 | 36.92 | - |
| YUV | 155.95 | 125.77 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 152 | 0.66 | 0 | 0.24 | 0.21 | 157.73 | 0.55 | 0.53 |
| Hex | 45 | C9 | 98 | 42 | 0 | 18 | 15 | 9E | 37 | 35 |
| Octal | 105 | 311 | 230 | 102 | 0 | 30 | 25 | 236 | 67 | 65 |
| Binary | 1000101 | 11001001 | 10011000 | 1000010 | 0 | 11000 | 10101 | 10011110 | 110111 | 110101 |
Color Harmonies of #45C998
Complementary color
Monochromatic Colors of #45C998
Black with #45C998
Text Example
Text Example
White with #45C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C998; }
p { color: rgb(69,201,152); }
H1.HeaderClassName
{
color: #45C998;
}
.AnyTagClassName
{
color: #45C998;
}
</style>
background-color css
<style>
a { background-color: #45C998; }
a { background-color: rgb(69,201,152); }
div.DivClassName
{
background-color: #45C998;
}
.BgClassName
{
background-color: #45C998;
}
</style>
border-color css
<style>
span { border-color: #45C998; }
span { border-color: rgb(69,201,152); }
td.TdClassName
{
border-color: #45C998;
}
.TagClassName
{
border-color: #45C998;
}
</style>