Shades of Shamrock #4AFA9A
Tints of Shamrock #4AFA9A
RGB
CMYK
RGB Variations
Color information
#4AFA9A (or 0x4AFA9A) is known color: Shamrock. HEX triplet: 4A, FA and 9A. RGB value is (74,250,154). Sum of RGB (Red+Green+Blue) = 74+250+154=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFA9A is #B50565. Grayscale: #BABABA. Windows color (decimal): -11863398 or 10156618. OLE color: 10156618.
HSL color Cylindrical-coordinate representation of color #4AFA9A: hue angle of 147.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFA9A is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 154 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.02 |
| HSL | 147.27º | 0.95% | 0.64% | - |
| HSV(B) | 147.27º | 0.7% | 0.98% | - |
| XYZ | 42.84 | 72.16 | 42.24 | - |
| YUV | 186.43 | 109.69 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 154 | 0.70 | 0 | 0.38 | 0.02 | 147.27 | 0.95 | 0.64 |
| Hex | 4A | FA | 9A | 46 | 0 | 26 | 2 | 93 | 5F | 40 |
| Octal | 112 | 372 | 232 | 106 | 0 | 46 | 2 | 223 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10011010 | 1000110 | 0 | 100110 | 10 | 10010011 | 1011111 | 1000000 |
Color Harmonies of #4AFA9A
Complementary color
Monochromatic Colors of #4AFA9A
Black with #4AFA9A
Text Example
Text Example
White with #4AFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFA9A; }
p { color: rgb(74,250,154); }
H1.HeaderClassName
{
color: #4AFA9A;
}
.AnyTagClassName
{
color: #4AFA9A;
}
</style>
background-color css
<style>
a { background-color: #4AFA9A; }
a { background-color: rgb(74,250,154); }
div.DivClassName
{
background-color: #4AFA9A;
}
.BgClassName
{
background-color: #4AFA9A;
}
</style>
border-color css
<style>
span { border-color: #4AFA9A; }
span { border-color: rgb(74,250,154); }
td.TdClassName
{
border-color: #4AFA9A;
}
.TagClassName
{
border-color: #4AFA9A;
}
</style>