Shades of Shamrock #4AF596
Tints of Shamrock #4AF596
RGB
CMYK
RGB Variations
Color information
#4AF596 (or 0x4AF596) is known color: Shamrock. HEX triplet: 4A, F5 and 96. RGB value is (74,245,150). Sum of RGB (Red+Green+Blue) = 74+245+150=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF596 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF596 is #B50A69. Grayscale: #B7B7B7. Windows color (decimal): -11864682 or 9893194. OLE color: 9893194.
HSL color Cylindrical-coordinate representation of color #4AF596: hue angle of 146.67º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF596 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 150 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.04 |
| HSL | 146.67º | 0.9% | 0.63% | - |
| HSV(B) | 146.67º | 0.7% | 0.96% | - |
| XYZ | 40.98 | 68.96 | 40.01 | - |
| YUV | 183.04 | 109.35 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 150 | 0.70 | 0 | 0.39 | 0.04 | 146.67 | 0.9 | 0.63 |
| Hex | 4A | F5 | 96 | 46 | 0 | 27 | 4 | 93 | 5A | 3F |
| Octal | 112 | 365 | 226 | 106 | 0 | 47 | 4 | 223 | 132 | 77 |
| Binary | 1001010 | 11110101 | 10010110 | 1000110 | 0 | 100111 | 100 | 10010011 | 1011010 | 111111 |
Color Harmonies of #4AF596
Complementary color
Monochromatic Colors of #4AF596
Black with #4AF596
Text Example
Text Example
White with #4AF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF596; }
p { color: rgb(74,245,150); }
H1.HeaderClassName
{
color: #4AF596;
}
.AnyTagClassName
{
color: #4AF596;
}
</style>
background-color css
<style>
a { background-color: #4AF596; }
a { background-color: rgb(74,245,150); }
div.DivClassName
{
background-color: #4AF596;
}
.BgClassName
{
background-color: #4AF596;
}
</style>
border-color css
<style>
span { border-color: #4AF596; }
span { border-color: rgb(74,245,150); }
td.TdClassName
{
border-color: #4AF596;
}
.TagClassName
{
border-color: #4AF596;
}
</style>