Shades of Shamrock #4AF3A6
Tints of Shamrock #4AF3A6
RGB
CMYK
RGB Variations
Color information
#4AF3A6 (or 0x4AF3A6) is known color: Shamrock. HEX triplet: 4A, F3 and A6. RGB value is (74,243,166). Sum of RGB (Red+Green+Blue) = 74+243+166=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF3A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF3A6 is #B50C59. Grayscale: #B7B7B7. Windows color (decimal): -11865178 or 10941258. OLE color: 10941258.
HSL color Cylindrical-coordinate representation of color #4AF3A6: hue angle of 152.66º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF3A6 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 166 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.05 |
| HSL | 152.66º | 0.88% | 0.62% | - |
| HSV(B) | 152.66º | 0.7% | 0.95% | - |
| XYZ | 41.76 | 68.31 | 47.06 | - |
| YUV | 183.69 | 118.01 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 166 | 0.70 | 0 | 0.32 | 0.05 | 152.66 | 0.88 | 0.62 |
| Hex | 4A | F3 | A6 | 46 | 0 | 20 | 5 | 99 | 58 | 3E |
| Octal | 112 | 363 | 246 | 106 | 0 | 40 | 5 | 231 | 130 | 76 |
| Binary | 1001010 | 11110011 | 10100110 | 1000110 | 0 | 100000 | 101 | 10011001 | 1011000 | 111110 |
Color Harmonies of #4AF3A6
Complementary color
Monochromatic Colors of #4AF3A6
Black with #4AF3A6
Text Example
Text Example
White with #4AF3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3A6; }
p { color: rgb(74,243,166); }
H1.HeaderClassName
{
color: #4AF3A6;
}
.AnyTagClassName
{
color: #4AF3A6;
}
</style>
background-color css
<style>
a { background-color: #4AF3A6; }
a { background-color: rgb(74,243,166); }
div.DivClassName
{
background-color: #4AF3A6;
}
.BgClassName
{
background-color: #4AF3A6;
}
</style>
border-color css
<style>
span { border-color: #4AF3A6; }
span { border-color: rgb(74,243,166); }
td.TdClassName
{
border-color: #4AF3A6;
}
.TagClassName
{
border-color: #4AF3A6;
}
</style>