#4AE1A0

Color #4AE1A0 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #4AE1A0

Tints of Shamrock #4AE1A0

Color information

#4AE1A0 (or 0x4AE1A0) is unknown color: approx Shamrock. HEX triplet: 4A, E1 and A0. RGB value is (74,225,160). Sum of RGB (Red+Green+Blue) = 74+225+160=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE1A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE1A0 is #B51E5F. Grayscale: #ACACAC. Windows color (decimal): -11869792 or 10543434. OLE color: 10543434.

HSL color Cylindrical-coordinate representation of color #4AE1A0: hue angle of 154.17º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE1A0 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB74225160-
CMYK0.6700.290.12
HSL154.17º71.56%58.63%-
HSV(B)154.17º67.11%88.24%-
XYZ36.0957.8442.52-
YUV172.44120.9757.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 16.12%
GREEN value IS 225 (88.28% from 255) = 49.02%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=16.12%
G=49.02%
B=34.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal742251600.6700.290.12154.1771.5658.63
Hex4AE1A04301DC9a483b
Octal1123412401030351423211073
Binary1001010111000011010000010000110111011100100110101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AE1A0; }

 p { color: rgb(74,225,160); }

 H1.HeaderClassName
 {
   color: #4AE1A0;
 }
 .AnyTagClassName
 {
   color: #4AE1A0;
 }
</style>
background-color css

<style>
 a { background-color: #4AE1A0; }

 a { background-color: rgb(74,225,160); }

 div.DivClassName
 {
   background-color: #4AE1A0;
 }
 .BgClassName
 {
   background-color: #4AE1A0;
 }
</style>
border-color css

<style>
 span { border-color: #4AE1A0; }

 span { border-color: rgb(74,225,160); }

 td.TdClassName
 {
   border-color: #4AE1A0;
 }
 .TagClassName
 {
   border-color: #4AE1A0;
 }
</style>