Shades of Shamrock #44CA92
Tints of Shamrock #44CA92
RGB
CMYK
RGB Variations
Color information
#44CA92 (or 0x44CA92) is known color: Shamrock. HEX triplet: 44, CA and 92. RGB value is (68,202,146). Sum of RGB (Red+Green+Blue) = 68+202+146=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CA92 is #BB356D. Grayscale: #9B9B9B. Windows color (decimal): -12268910 or 9620036. OLE color: 9620036.
HSL color Cylindrical-coordinate representation of color #44CA92: hue angle of 154.93º degrees, saturation: 0.56, 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 #44CA92 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 146 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.21 |
| HSL | 154.93º | 0.56% | 0.53% | - |
| HSV(B) | 154.93º | 0.66% | 0.79% | - |
| XYZ | 28.69 | 45.55 | 34.47 | - |
| YUV | 155.55 | 122.61 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 146 | 0.66 | 0 | 0.28 | 0.21 | 154.93 | 0.56 | 0.53 |
| Hex | 44 | CA | 92 | 42 | 0 | 1C | 15 | 9B | 38 | 35 |
| Octal | 104 | 312 | 222 | 102 | 0 | 34 | 25 | 233 | 70 | 65 |
| Binary | 1000100 | 11001010 | 10010010 | 1000010 | 0 | 11100 | 10101 | 10011011 | 111000 | 110101 |
Color Harmonies of #44CA92
Complementary color
Monochromatic Colors of #44CA92
Black with #44CA92
Text Example
Text Example
White with #44CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA92; }
p { color: rgb(68,202,146); }
H1.HeaderClassName
{
color: #44CA92;
}
.AnyTagClassName
{
color: #44CA92;
}
</style>
background-color css
<style>
a { background-color: #44CA92; }
a { background-color: rgb(68,202,146); }
div.DivClassName
{
background-color: #44CA92;
}
.BgClassName
{
background-color: #44CA92;
}
</style>
border-color css
<style>
span { border-color: #44CA92; }
span { border-color: rgb(68,202,146); }
td.TdClassName
{
border-color: #44CA92;
}
.TagClassName
{
border-color: #44CA92;
}
</style>