Shades of Shamrock #44FBA0
Tints of Shamrock #44FBA0
RGB
CMYK
RGB Variations
Color information
#44FBA0 (or 0x44FBA0) is known color: Shamrock. HEX triplet: 44, FB and A0. RGB value is (68,251,160). Sum of RGB (Red+Green+Blue) = 68+251+160=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #44FBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FBA0 is #BB045F. Grayscale: #BABABA. Windows color (decimal): -12256352 or 10550084. OLE color: 10550084.
HSL color Cylindrical-coordinate representation of color #44FBA0: hue angle of 150.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FBA0 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 160 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.02 |
| HSL | 150.16º | 0.96% | 0.63% | - |
| HSV(B) | 150.16º | 0.73% | 0.98% | - |
| XYZ | 43.23 | 72.76 | 45.02 | - |
| YUV | 185.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 160 | 0.73 | 0 | 0.36 | 0.02 | 150.16 | 0.96 | 0.63 |
| Hex | 44 | FB | A0 | 49 | 0 | 24 | 2 | 96 | 60 | 3F |
| Octal | 104 | 373 | 240 | 111 | 0 | 44 | 2 | 226 | 140 | 77 |
| Binary | 1000100 | 11111011 | 10100000 | 1001001 | 0 | 100100 | 10 | 10010110 | 1100000 | 111111 |
Color Harmonies of #44FBA0
Complementary color
Monochromatic Colors of #44FBA0
Black with #44FBA0
Text Example
Text Example
White with #44FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FBA0; }
p { color: rgb(68,251,160); }
H1.HeaderClassName
{
color: #44FBA0;
}
.AnyTagClassName
{
color: #44FBA0;
}
</style>
background-color css
<style>
a { background-color: #44FBA0; }
a { background-color: rgb(68,251,160); }
div.DivClassName
{
background-color: #44FBA0;
}
.BgClassName
{
background-color: #44FBA0;
}
</style>
border-color css
<style>
span { border-color: #44FBA0; }
span { border-color: rgb(68,251,160); }
td.TdClassName
{
border-color: #44FBA0;
}
.TagClassName
{
border-color: #44FBA0;
}
</style>