#2AE1A5

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

Shades of Shamrock #2AE1A5

Tints of Shamrock #2AE1A5

Color information

#2AE1A5 (or 0x2AE1A5) is unknown color: approx Shamrock. HEX triplet: 2A, E1 and A5. RGB value is (42,225,165). Sum of RGB (Red+Green+Blue) = 42+225+165=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE1A5 is #D51E5A. Grayscale: #A3A3A3. Windows color (decimal): -13966939 or 10871082. OLE color: 10871082.

HSL color Cylindrical-coordinate representation of color #2AE1A5: hue angle of 160.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE1A5 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB42225165-
CMYK0.8100.270.12
HSL160.33º75.31%52.35%-
HSV(B)160.33º81.33%88.24%-
XYZ34.6757.0644.78-
YUV163.44128.8741.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.72%
GREEN value IS 225 (88.28% from 255) = 52.08%
BLUE value IS 165 (64.84% from 255) = 38.19%
R=9.72%
G=52.08%
B=38.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal422251650.8100.270.12160.3375.3152.35
Hex2AE1A55101BCa04b34
Octal523412451210331424011364
Binary101010111000011010010110100010110111100101000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AE1A5; }

 p { color: rgb(42,225,165); }

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

<style>
 a { background-color: #2AE1A5; }

 a { background-color: rgb(42,225,165); }

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

<style>
 span { border-color: #2AE1A5; }

 span { border-color: rgb(42,225,165); }

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