Shades of Shamrock #44CC96
Tints of Shamrock #44CC96
RGB
CMYK
RGB Variations
Color information
#44CC96 (or 0x44CC96) is known color: Shamrock. HEX triplet: 44, CC and 96. RGB value is (68,204,150). Sum of RGB (Red+Green+Blue) = 68+204+150=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CC96 is #BB3369. Grayscale: #9D9D9D. Windows color (decimal): -12268394 or 9882692. OLE color: 9882692.
HSL color Cylindrical-coordinate representation of color #44CC96: hue angle of 156.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC96 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 150 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.2 |
| HSL | 156.18º | 0.57% | 0.53% | - |
| HSV(B) | 156.18º | 0.67% | 0.8% | - |
| XYZ | 29.48 | 46.62 | 36.3 | - |
| YUV | 157.18 | 123.94 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 150 | 0.67 | 0 | 0.26 | 0.2 | 156.18 | 0.57 | 0.53 |
| Hex | 44 | CC | 96 | 43 | 0 | 1A | 14 | 9C | 39 | 35 |
| Octal | 104 | 314 | 226 | 103 | 0 | 32 | 24 | 234 | 71 | 65 |
| Binary | 1000100 | 11001100 | 10010110 | 1000011 | 0 | 11010 | 10100 | 10011100 | 111001 | 110101 |
Color Harmonies of #44CC96
Complementary color
Monochromatic Colors of #44CC96
Black with #44CC96
Text Example
Text Example
White with #44CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CC96; }
p { color: rgb(68,204,150); }
H1.HeaderClassName
{
color: #44CC96;
}
.AnyTagClassName
{
color: #44CC96;
}
</style>
background-color css
<style>
a { background-color: #44CC96; }
a { background-color: rgb(68,204,150); }
div.DivClassName
{
background-color: #44CC96;
}
.BgClassName
{
background-color: #44CC96;
}
</style>
border-color css
<style>
span { border-color: #44CC96; }
span { border-color: rgb(68,204,150); }
td.TdClassName
{
border-color: #44CC96;
}
.TagClassName
{
border-color: #44CC96;
}
</style>