Shades of Shamrock #4AFE9F
Tints of Shamrock #4AFE9F
RGB
CMYK
RGB Variations
Color information
#4AFE9F (or 0x4AFE9F) is known color: Shamrock. HEX triplet: 4A, FE and 9F. RGB value is (74,254,159). Sum of RGB (Red+Green+Blue) = 74+254+159=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFE9F is #B50160. Grayscale: #BDBDBD. Windows color (decimal): -11862369 or 10485322. OLE color: 10485322.
HSL color Cylindrical-coordinate representation of color #4AFE9F: hue angle of 148.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFE9F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 159 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.00 |
| HSL | 148.33º | 0.99% | 0.64% | - |
| HSV(B) | 148.33º | 0.71% | 1% | - |
| XYZ | 44.52 | 74.84 | 44.9 | - |
| YUV | 189.35 | 110.87 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 159 | 0.71 | 0 | 0.37 | 0.00 | 148.33 | 0.99 | 0.64 |
| Hex | 4A | FE | 9F | 47 | 0 | 25 | 0 | 94 | 63 | 40 |
| Octal | 112 | 376 | 237 | 107 | 0 | 45 | 0 | 224 | 143 | 100 |
| Binary | 1001010 | 11111110 | 10011111 | 1000111 | 0 | 100101 | 0 | 10010100 | 1100011 | 1000000 |
Color Harmonies of #4AFE9F
Complementary color
Monochromatic Colors of #4AFE9F
Black with #4AFE9F
Text Example
Text Example
White with #4AFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE9F; }
p { color: rgb(74,254,159); }
H1.HeaderClassName
{
color: #4AFE9F;
}
.AnyTagClassName
{
color: #4AFE9F;
}
</style>
background-color css
<style>
a { background-color: #4AFE9F; }
a { background-color: rgb(74,254,159); }
div.DivClassName
{
background-color: #4AFE9F;
}
.BgClassName
{
background-color: #4AFE9F;
}
</style>
border-color css
<style>
span { border-color: #4AFE9F; }
span { border-color: rgb(74,254,159); }
td.TdClassName
{
border-color: #4AFE9F;
}
.TagClassName
{
border-color: #4AFE9F;
}
</style>