Shades of Shamrock #4AF99F
Tints of Shamrock #4AF99F
RGB
CMYK
RGB Variations
Color information
#4AF99F (or 0x4AF99F) is known color: Shamrock. HEX triplet: 4A, F9 and 9F. RGB value is (74,249,159). Sum of RGB (Red+Green+Blue) = 74+249+159=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF99F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF99F is #B50660. Grayscale: #BABABA. Windows color (decimal): -11863649 or 10484042. OLE color: 10484042.
HSL color Cylindrical-coordinate representation of color #4AF99F: hue angle of 149.14º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF99F is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 159 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.02 |
| HSL | 149.14º | 0.94% | 0.63% | - |
| HSV(B) | 149.14º | 0.7% | 0.98% | - |
| XYZ | 42.96 | 71.71 | 44.38 | - |
| YUV | 186.42 | 112.52 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 159 | 0.70 | 0 | 0.36 | 0.02 | 149.14 | 0.94 | 0.63 |
| Hex | 4A | F9 | 9F | 46 | 0 | 24 | 2 | 95 | 5E | 3F |
| Octal | 112 | 371 | 237 | 106 | 0 | 44 | 2 | 225 | 136 | 77 |
| Binary | 1001010 | 11111001 | 10011111 | 1000110 | 0 | 100100 | 10 | 10010101 | 1011110 | 111111 |
Color Harmonies of #4AF99F
Complementary color
Monochromatic Colors of #4AF99F
Black with #4AF99F
Text Example
Text Example
White with #4AF99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF99F; }
p { color: rgb(74,249,159); }
H1.HeaderClassName
{
color: #4AF99F;
}
.AnyTagClassName
{
color: #4AF99F;
}
</style>
background-color css
<style>
a { background-color: #4AF99F; }
a { background-color: rgb(74,249,159); }
div.DivClassName
{
background-color: #4AF99F;
}
.BgClassName
{
background-color: #4AF99F;
}
</style>
border-color css
<style>
span { border-color: #4AF99F; }
span { border-color: rgb(74,249,159); }
td.TdClassName
{
border-color: #4AF99F;
}
.TagClassName
{
border-color: #4AF99F;
}
</style>