#4AE5A0

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

Shades of Shamrock #4AE5A0

Tints of Shamrock #4AE5A0

Color information

#4AE5A0 (or 0x4AE5A0) is unknown color: approx Shamrock. HEX triplet: 4A, E5 and A0. RGB value is (74,229,160). Sum of RGB (Red+Green+Blue) = 74+229+160=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE5A0 is #B51A5F. Grayscale: #AEAEAE. Windows color (decimal): -11868768 or 10544458. OLE color: 10544458.

HSL color Cylindrical-coordinate representation of color #4AE5A0: hue angle of 153.29º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE5A0 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB74229160-
CMYK0.6800.300.10
HSL153.29º74.88%59.41%-
HSV(B)153.29º67.69%89.8%-
XYZ37.1960.0342.89-
YUV174.79119.6556.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.98%
GREEN value IS 229 (89.84% from 255) = 49.46%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=15.98%
G=49.46%
B=34.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal742291600.6800.300.10153.2974.8859.41
Hex4AE5A04401EA994b3b
Octal1123452401040361223111373
Binary1001010111001011010000010001000111101010100110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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