Shades of Shamrock #4AFC92
Tints of Shamrock #4AFC92
RGB
CMYK
RGB Variations
Color information
#4AFC92 (or 0x4AFC92) is known color: Shamrock. HEX triplet: 4A, FC and 92. RGB value is (74,252,146). Sum of RGB (Red+Green+Blue) = 74+252+146=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFC92 is #B5036D. Grayscale: #BABABA. Windows color (decimal): -11862894 or 9632842. OLE color: 9632842.
HSL color Cylindrical-coordinate representation of color #4AFC92: hue angle of 144.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFC92 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 146 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.01 |
| HSL | 144.27º | 0.97% | 0.64% | - |
| HSV(B) | 144.27º | 0.71% | 0.99% | - |
| XYZ | 42.82 | 73.15 | 39.06 | - |
| YUV | 186.69 | 105.03 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 146 | 0.71 | 0 | 0.42 | 0.01 | 144.27 | 0.97 | 0.64 |
| Hex | 4A | FC | 92 | 47 | 0 | 2A | 1 | 90 | 61 | 40 |
| Octal | 112 | 374 | 222 | 107 | 0 | 52 | 1 | 220 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10010010 | 1000111 | 0 | 101010 | 1 | 10010000 | 1100001 | 1000000 |
Color Harmonies of #4AFC92
Complementary color
Monochromatic Colors of #4AFC92
Black with #4AFC92
Text Example
Text Example
White with #4AFC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC92; }
p { color: rgb(74,252,146); }
H1.HeaderClassName
{
color: #4AFC92;
}
.AnyTagClassName
{
color: #4AFC92;
}
</style>
background-color css
<style>
a { background-color: #4AFC92; }
a { background-color: rgb(74,252,146); }
div.DivClassName
{
background-color: #4AFC92;
}
.BgClassName
{
background-color: #4AFC92;
}
</style>
border-color css
<style>
span { border-color: #4AFC92; }
span { border-color: rgb(74,252,146); }
td.TdClassName
{
border-color: #4AFC92;
}
.TagClassName
{
border-color: #4AFC92;
}
</style>