Shades of Shamrock #4AFFA2
Tints of Shamrock #4AFFA2
RGB
CMYK
RGB Variations
Color information
#4AFFA2 (or 0x4AFFA2) is known color: Shamrock. HEX triplet: 4A, FF and A2. RGB value is (74,255,162). Sum of RGB (Red+Green+Blue) = 74+255+162=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFA2 is #B5005D. Grayscale: #BEBEBE. Windows color (decimal): -11862110 or 10682186. OLE color: 10682186.
HSL color Cylindrical-coordinate representation of color #4AFFA2: hue angle of 149.17º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFA2 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 162 | - |
| CMYK | 0.71 | 0 | 0.36 | 0 |
| HSL | 149.17º | 1% | 0.65% | - |
| HSV(B) | 149.17º | 0.71% | 1% | - |
| XYZ | 45.11 | 75.58 | 46.39 | - |
| YUV | 190.28 | 112.03 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 162 | 0.71 | 0 | 0.36 | 0 | 149.17 | 1 | 0.65 |
| Hex | 4A | FF | A2 | 47 | 0 | 24 | 0 | 95 | 64 | 41 |
| Octal | 112 | 377 | 242 | 107 | 0 | 44 | 0 | 225 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10100010 | 1000111 | 0 | 100100 | 0 | 10010101 | 1100100 | 1000001 |
Color Harmonies of #4AFFA2
Complementary color
Monochromatic Colors of #4AFFA2
Black with #4AFFA2
Text Example
Text Example
White with #4AFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFA2; }
p { color: rgb(74,255,162); }
H1.HeaderClassName
{
color: #4AFFA2;
}
.AnyTagClassName
{
color: #4AFFA2;
}
</style>
background-color css
<style>
a { background-color: #4AFFA2; }
a { background-color: rgb(74,255,162); }
div.DivClassName
{
background-color: #4AFFA2;
}
.BgClassName
{
background-color: #4AFFA2;
}
</style>
border-color css
<style>
span { border-color: #4AFFA2; }
span { border-color: rgb(74,255,162); }
td.TdClassName
{
border-color: #4AFFA2;
}
.TagClassName
{
border-color: #4AFFA2;
}
</style>