Shades of Shamrock #4AF1A3
Tints of Shamrock #4AF1A3
RGB
CMYK
RGB Variations
Color information
#4AF1A3 (or 0x4AF1A3) is known color: Shamrock. HEX triplet: 4A, F1 and A3. RGB value is (74,241,163). Sum of RGB (Red+Green+Blue) = 74+241+163=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF1A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF1A3 is #B50E5C. Grayscale: #B6B6B6. Windows color (decimal): -11865693 or 10744138. OLE color: 10744138.
HSL color Cylindrical-coordinate representation of color #4AF1A3: hue angle of 151.98º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF1A3 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 163 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.05 |
| HSL | 151.98º | 0.86% | 0.62% | - |
| HSV(B) | 151.98º | 0.69% | 0.95% | - |
| XYZ | 40.89 | 67.01 | 45.43 | - |
| YUV | 182.18 | 117.17 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 163 | 0.69 | 0 | 0.32 | 0.05 | 151.98 | 0.86 | 0.62 |
| Hex | 4A | F1 | A3 | 45 | 0 | 20 | 5 | 98 | 56 | 3E |
| Octal | 112 | 361 | 243 | 105 | 0 | 40 | 5 | 230 | 126 | 76 |
| Binary | 1001010 | 11110001 | 10100011 | 1000101 | 0 | 100000 | 101 | 10011000 | 1010110 | 111110 |
Color Harmonies of #4AF1A3
Complementary color
Monochromatic Colors of #4AF1A3
Black with #4AF1A3
Text Example
Text Example
White with #4AF1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF1A3; }
p { color: rgb(74,241,163); }
H1.HeaderClassName
{
color: #4AF1A3;
}
.AnyTagClassName
{
color: #4AF1A3;
}
</style>
background-color css
<style>
a { background-color: #4AF1A3; }
a { background-color: rgb(74,241,163); }
div.DivClassName
{
background-color: #4AF1A3;
}
.BgClassName
{
background-color: #4AF1A3;
}
</style>
border-color css
<style>
span { border-color: #4AF1A3; }
span { border-color: rgb(74,241,163); }
td.TdClassName
{
border-color: #4AF1A3;
}
.TagClassName
{
border-color: #4AF1A3;
}
</style>