Shades of Shamrock #4AFCA3
Tints of Shamrock #4AFCA3
RGB
CMYK
RGB Variations
Color information
#4AFCA3 (or 0x4AFCA3) is known color: Shamrock. HEX triplet: 4A, FC and A3. RGB value is (74,252,163). Sum of RGB (Red+Green+Blue) = 74+252+163=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFCA3 is #B5035C. Grayscale: #BCBCBC. Windows color (decimal): -11862877 or 10746954. OLE color: 10746954.
HSL color Cylindrical-coordinate representation of color #4AFCA3: hue angle of 150º 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 #4AFCA3 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 163 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.01 |
| HSL | 150º | 0.97% | 0.64% | - |
| HSV(B) | 150º | 0.71% | 0.99% | - |
| XYZ | 44.25 | 73.72 | 46.55 | - |
| YUV | 188.63 | 113.53 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 163 | 0.71 | 0 | 0.35 | 0.01 | 150 | 0.97 | 0.64 |
| Hex | 4A | FC | A3 | 47 | 0 | 23 | 1 | 96 | 61 | 40 |
| Octal | 112 | 374 | 243 | 107 | 0 | 43 | 1 | 226 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10100011 | 1000111 | 0 | 100011 | 1 | 10010110 | 1100001 | 1000000 |
Color Harmonies of #4AFCA3
Complementary color
Monochromatic Colors of #4AFCA3
Black with #4AFCA3
Text Example
Text Example
White with #4AFCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCA3; }
p { color: rgb(74,252,163); }
H1.HeaderClassName
{
color: #4AFCA3;
}
.AnyTagClassName
{
color: #4AFCA3;
}
</style>
background-color css
<style>
a { background-color: #4AFCA3; }
a { background-color: rgb(74,252,163); }
div.DivClassName
{
background-color: #4AFCA3;
}
.BgClassName
{
background-color: #4AFCA3;
}
</style>
border-color css
<style>
span { border-color: #4AFCA3; }
span { border-color: rgb(74,252,163); }
td.TdClassName
{
border-color: #4AFCA3;
}
.TagClassName
{
border-color: #4AFCA3;
}
</style>