Shades of Shamrock #4AF495
Tints of Shamrock #4AF495
RGB
CMYK
RGB Variations
Color information
#4AF495 (or 0x4AF495) is known color: Shamrock. HEX triplet: 4A, F4 and 95. RGB value is (74,244,149). Sum of RGB (Red+Green+Blue) = 74+244+149=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF495 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF495 is #B50B6A. Grayscale: #B6B6B6. Windows color (decimal): -11864939 or 9827402. OLE color: 9827402.
HSL color Cylindrical-coordinate representation of color #4AF495: hue angle of 146.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF495 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 149 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.04 |
| HSL | 146.47º | 0.89% | 0.62% | - |
| HSV(B) | 146.47º | 0.7% | 0.96% | - |
| XYZ | 40.6 | 68.33 | 39.48 | - |
| YUV | 182.34 | 109.18 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 149 | 0.70 | 0 | 0.39 | 0.04 | 146.47 | 0.89 | 0.62 |
| Hex | 4A | F4 | 95 | 46 | 0 | 27 | 4 | 92 | 59 | 3E |
| Octal | 112 | 364 | 225 | 106 | 0 | 47 | 4 | 222 | 131 | 76 |
| Binary | 1001010 | 11110100 | 10010101 | 1000110 | 0 | 100111 | 100 | 10010010 | 1011001 | 111110 |
Color Harmonies of #4AF495
Complementary color
Monochromatic Colors of #4AF495
Black with #4AF495
Text Example
Text Example
White with #4AF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF495; }
p { color: rgb(74,244,149); }
H1.HeaderClassName
{
color: #4AF495;
}
.AnyTagClassName
{
color: #4AF495;
}
</style>
background-color css
<style>
a { background-color: #4AF495; }
a { background-color: rgb(74,244,149); }
div.DivClassName
{
background-color: #4AF495;
}
.BgClassName
{
background-color: #4AF495;
}
</style>
border-color css
<style>
span { border-color: #4AF495; }
span { border-color: rgb(74,244,149); }
td.TdClassName
{
border-color: #4AF495;
}
.TagClassName
{
border-color: #4AF495;
}
</style>