Shades of Shamrock #4AFBA1
Tints of Shamrock #4AFBA1
RGB
CMYK
RGB Variations
Color information
#4AFBA1 (or 0x4AFBA1) is known color: Shamrock. HEX triplet: 4A, FB and A1. RGB value is (74,251,161). Sum of RGB (Red+Green+Blue) = 74+251+161=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFBA1 is #B5045E. Grayscale: #BCBCBC. Windows color (decimal): -11863135 or 10615626. OLE color: 10615626.
HSL color Cylindrical-coordinate representation of color #4AFBA1: hue angle of 149.49º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBA1 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 161 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.02 |
| HSL | 149.49º | 0.96% | 0.64% | - |
| HSV(B) | 149.49º | 0.71% | 0.98% | - |
| XYZ | 43.75 | 73.02 | 45.51 | - |
| YUV | 187.82 | 112.86 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 161 | 0.71 | 0 | 0.36 | 0.02 | 149.49 | 0.96 | 0.64 |
| Hex | 4A | FB | A1 | 47 | 0 | 24 | 2 | 95 | 60 | 40 |
| Octal | 112 | 373 | 241 | 107 | 0 | 44 | 2 | 225 | 140 | 100 |
| Binary | 1001010 | 11111011 | 10100001 | 1000111 | 0 | 100100 | 10 | 10010101 | 1100000 | 1000000 |
Color Harmonies of #4AFBA1
Complementary color
Monochromatic Colors of #4AFBA1
Black with #4AFBA1
Text Example
Text Example
White with #4AFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBA1; }
p { color: rgb(74,251,161); }
H1.HeaderClassName
{
color: #4AFBA1;
}
.AnyTagClassName
{
color: #4AFBA1;
}
</style>
background-color css
<style>
a { background-color: #4AFBA1; }
a { background-color: rgb(74,251,161); }
div.DivClassName
{
background-color: #4AFBA1;
}
.BgClassName
{
background-color: #4AFBA1;
}
</style>
border-color css
<style>
span { border-color: #4AFBA1; }
span { border-color: rgb(74,251,161); }
td.TdClassName
{
border-color: #4AFBA1;
}
.TagClassName
{
border-color: #4AFBA1;
}
</style>