Shades of Shamrock #4AFC9C
Tints of Shamrock #4AFC9C
RGB
CMYK
RGB Variations
Color information
#4AFC9C (or 0x4AFC9C) is known color: Shamrock. HEX triplet: 4A, FC and 9C. RGB value is (74,252,156). Sum of RGB (Red+Green+Blue) = 74+252+156=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFC9C is #B50363. Grayscale: #BCBCBC. Windows color (decimal): -11862884 or 10288202. OLE color: 10288202.
HSL color Cylindrical-coordinate representation of color #4AFC9C: hue angle of 147.64º 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 #4AFC9C is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 156 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.01 |
| HSL | 147.64º | 0.97% | 0.64% | - |
| HSV(B) | 147.64º | 0.71% | 0.99% | - |
| XYZ | 43.64 | 73.48 | 43.34 | - |
| YUV | 187.83 | 110.03 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 156 | 0.71 | 0 | 0.38 | 0.01 | 147.64 | 0.97 | 0.64 |
| Hex | 4A | FC | 9C | 47 | 0 | 26 | 1 | 94 | 61 | 40 |
| Octal | 112 | 374 | 234 | 107 | 0 | 46 | 1 | 224 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10011100 | 1000111 | 0 | 100110 | 1 | 10010100 | 1100001 | 1000000 |
Color Harmonies of #4AFC9C
Complementary color
Monochromatic Colors of #4AFC9C
Black with #4AFC9C
Text Example
Text Example
White with #4AFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC9C; }
p { color: rgb(74,252,156); }
H1.HeaderClassName
{
color: #4AFC9C;
}
.AnyTagClassName
{
color: #4AFC9C;
}
</style>
background-color css
<style>
a { background-color: #4AFC9C; }
a { background-color: rgb(74,252,156); }
div.DivClassName
{
background-color: #4AFC9C;
}
.BgClassName
{
background-color: #4AFC9C;
}
</style>
border-color css
<style>
span { border-color: #4AFC9C; }
span { border-color: rgb(74,252,156); }
td.TdClassName
{
border-color: #4AFC9C;
}
.TagClassName
{
border-color: #4AFC9C;
}
</style>