Shades of Shamrock #45C99C
Tints of Shamrock #45C99C
RGB
CMYK
RGB Variations
Color information
#45C99C (or 0x45C99C) is known color: Shamrock. HEX triplet: 45, C9 and 9C. RGB value is (69,201,156). Sum of RGB (Red+Green+Blue) = 69+201+156=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #45C99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C99C is #BA3663. Grayscale: #9C9C9C. Windows color (decimal): -12203620 or 10275141. OLE color: 10275141.
HSL color Cylindrical-coordinate representation of color #45C99C: hue angle of 159.55º 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 #45C99C is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 156 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.21 |
| HSL | 159.55º | 0.55% | 0.53% | - |
| HSV(B) | 159.55º | 0.66% | 0.79% | - |
| XYZ | 29.34 | 45.44 | 38.68 | - |
| YUV | 156.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 156 | 0.66 | 0 | 0.22 | 0.21 | 159.55 | 0.55 | 0.53 |
| Hex | 45 | C9 | 9C | 42 | 0 | 16 | 15 | A0 | 37 | 35 |
| Octal | 105 | 311 | 234 | 102 | 0 | 26 | 25 | 240 | 67 | 65 |
| Binary | 1000101 | 11001001 | 10011100 | 1000010 | 0 | 10110 | 10101 | 10100000 | 110111 | 110101 |
Color Harmonies of #45C99C
Complementary color
Monochromatic Colors of #45C99C
Black with #45C99C
Text Example
Text Example
White with #45C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C99C; }
p { color: rgb(69,201,156); }
H1.HeaderClassName
{
color: #45C99C;
}
.AnyTagClassName
{
color: #45C99C;
}
</style>
background-color css
<style>
a { background-color: #45C99C; }
a { background-color: rgb(69,201,156); }
div.DivClassName
{
background-color: #45C99C;
}
.BgClassName
{
background-color: #45C99C;
}
</style>
border-color css
<style>
span { border-color: #45C99C; }
span { border-color: rgb(69,201,156); }
td.TdClassName
{
border-color: #45C99C;
}
.TagClassName
{
border-color: #45C99C;
}
</style>