Shades of Shamrock #44FA8F
Tints of Shamrock #44FA8F
RGB
CMYK
RGB Variations
Color information
#44FA8F (or 0x44FA8F) is known color: Shamrock. HEX triplet: 44, FA and 8F. RGB value is (68,250,143). Sum of RGB (Red+Green+Blue) = 68+250+143=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #44FA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FA8F is #BB0570. Grayscale: #B7B7B7. Windows color (decimal): -12256625 or 9435716. OLE color: 9435716.
HSL color Cylindrical-coordinate representation of color #44FA8F: hue angle of 144.73º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FA8F is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 143 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.02 |
| HSL | 144.73º | 0.95% | 0.62% | - |
| HSV(B) | 144.73º | 0.73% | 0.98% | - |
| XYZ | 41.53 | 71.58 | 37.61 | - |
| YUV | 183.38 | 105.2 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 143 | 0.73 | 0 | 0.43 | 0.02 | 144.73 | 0.95 | 0.62 |
| Hex | 44 | FA | 8F | 49 | 0 | 2B | 2 | 91 | 5F | 3E |
| Octal | 104 | 372 | 217 | 111 | 0 | 53 | 2 | 221 | 137 | 76 |
| Binary | 1000100 | 11111010 | 10001111 | 1001001 | 0 | 101011 | 10 | 10010001 | 1011111 | 111110 |
Color Harmonies of #44FA8F
Complementary color
Monochromatic Colors of #44FA8F
Black with #44FA8F
Text Example
Text Example
White with #44FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FA8F; }
p { color: rgb(68,250,143); }
H1.HeaderClassName
{
color: #44FA8F;
}
.AnyTagClassName
{
color: #44FA8F;
}
</style>
background-color css
<style>
a { background-color: #44FA8F; }
a { background-color: rgb(68,250,143); }
div.DivClassName
{
background-color: #44FA8F;
}
.BgClassName
{
background-color: #44FA8F;
}
</style>
border-color css
<style>
span { border-color: #44FA8F; }
span { border-color: rgb(68,250,143); }
td.TdClassName
{
border-color: #44FA8F;
}
.TagClassName
{
border-color: #44FA8F;
}
</style>