#2AE1A2

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

Shades of Shamrock #2AE1A2

Tints of Shamrock #2AE1A2

Color information

#2AE1A2 (or 0x2AE1A2) is unknown color: approx Shamrock. HEX triplet: 2A, E1 and A2. RGB value is (42,225,162). Sum of RGB (Red+Green+Blue) = 42+225+162=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE1A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE1A2 is #D51E5D. Grayscale: #A3A3A3. Windows color (decimal): -13966942 or 10674474. OLE color: 10674474.

HSL color Cylindrical-coordinate representation of color #2AE1A2: hue angle of 159.34º 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 #2AE1A2 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB42225162-
CMYK0.8100.280.12
HSL159.34º75.31%52.35%-
HSV(B)159.34º81.33%88.24%-
XYZ34.456.9543.36-
YUV163.1127.3741.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.79%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=9.79%
G=52.45%
B=37.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal422251620.8100.280.12159.3475.3152.35
Hex2AE1A25101CC9f4b34
Octal523412421210341423711364
Binary101010111000011010001010100010111001100100111111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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