Shades of Shamrock #4AEBA2
Tints of Shamrock #4AEBA2
RGB
CMYK
RGB Variations
Color information
#4AEBA2 (or 0x4AEBA2) is known color: Shamrock. HEX triplet: 4A, EB and A2. RGB value is (74,235,162). Sum of RGB (Red+Green+Blue) = 74+235+162=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEBA2 is #B5145D. Grayscale: #B2B2B2. Windows color (decimal): -11867230 or 10677066. OLE color: 10677066.
HSL color Cylindrical-coordinate representation of color #4AEBA2: hue angle of 152.8º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBA2 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 235 | 162 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.08 |
| HSL | 152.8º | 0.8% | 0.61% | - |
| HSV(B) | 152.8º | 0.69% | 0.92% | - |
| XYZ | 39.05 | 63.48 | 44.38 | - |
| YUV | 178.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 162 | 0.69 | 0 | 0.31 | 0.08 | 152.8 | 0.8 | 0.61 |
| Hex | 4A | EB | A2 | 45 | 0 | 1F | 8 | 99 | 50 | 3D |
| Octal | 112 | 353 | 242 | 105 | 0 | 37 | 10 | 231 | 120 | 75 |
| Binary | 1001010 | 11101011 | 10100010 | 1000101 | 0 | 11111 | 1000 | 10011001 | 1010000 | 111101 |
Color Harmonies of #4AEBA2
Complementary color
Monochromatic Colors of #4AEBA2
Black with #4AEBA2
Text Example
Text Example
White with #4AEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBA2; }
p { color: rgb(74,235,162); }
H1.HeaderClassName
{
color: #4AEBA2;
}
.AnyTagClassName
{
color: #4AEBA2;
}
</style>
background-color css
<style>
a { background-color: #4AEBA2; }
a { background-color: rgb(74,235,162); }
div.DivClassName
{
background-color: #4AEBA2;
}
.BgClassName
{
background-color: #4AEBA2;
}
</style>
border-color css
<style>
span { border-color: #4AEBA2; }
span { border-color: rgb(74,235,162); }
td.TdClassName
{
border-color: #4AEBA2;
}
.TagClassName
{
border-color: #4AEBA2;
}
</style>