Shades of Shamrock #4AF89F
Tints of Shamrock #4AF89F
RGB
CMYK
RGB Variations
Color information
#4AF89F (or 0x4AF89F) is known color: Shamrock. HEX triplet: 4A, F8 and 9F. RGB value is (74,248,159). Sum of RGB (Red+Green+Blue) = 74+248+159=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF89F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF89F is #B50760. Grayscale: #BABABA. Windows color (decimal): -11863905 or 10483786. OLE color: 10483786.
HSL color Cylindrical-coordinate representation of color #4AF89F: hue angle of 149.31º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF89F is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 159 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.03 |
| HSL | 149.31º | 0.93% | 0.63% | - |
| HSV(B) | 149.31º | 0.7% | 0.97% | - |
| XYZ | 42.65 | 71.09 | 44.28 | - |
| YUV | 185.83 | 112.85 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 159 | 0.70 | 0 | 0.36 | 0.03 | 149.31 | 0.93 | 0.63 |
| Hex | 4A | F8 | 9F | 46 | 0 | 24 | 3 | 95 | 5D | 3F |
| Octal | 112 | 370 | 237 | 106 | 0 | 44 | 3 | 225 | 135 | 77 |
| Binary | 1001010 | 11111000 | 10011111 | 1000110 | 0 | 100100 | 11 | 10010101 | 1011101 | 111111 |
Color Harmonies of #4AF89F
Complementary color
Monochromatic Colors of #4AF89F
Black with #4AF89F
Text Example
Text Example
White with #4AF89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF89F; }
p { color: rgb(74,248,159); }
H1.HeaderClassName
{
color: #4AF89F;
}
.AnyTagClassName
{
color: #4AF89F;
}
</style>
background-color css
<style>
a { background-color: #4AF89F; }
a { background-color: rgb(74,248,159); }
div.DivClassName
{
background-color: #4AF89F;
}
.BgClassName
{
background-color: #4AF89F;
}
</style>
border-color css
<style>
span { border-color: #4AF89F; }
span { border-color: rgb(74,248,159); }
td.TdClassName
{
border-color: #4AF89F;
}
.TagClassName
{
border-color: #4AF89F;
}
</style>