#2ae19e

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

Shades of Shamrock #2AE19E

Tints of Shamrock #2AE19E

Color information

#2AE19E (or 0x2AE19E) is unknown color: approx Shamrock. HEX triplet: 2A, E1 and 9E. RGB value is (42,225,158). Sum of RGB (Red+Green+Blue) = 42+225+158=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE19E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE19E is #D51E61. Grayscale: #A2A2A2. Windows color (decimal): -13966946 or 10412330. OLE color: 10412330.

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

Color convert

RGB42225158-
CMYK0.8100.300.12
HSL158.03º75.31%52.35%-
HSV(B)158.03º81.33%88.24%-
XYZ34.0556.8141.52-
YUV162.64125.3741.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.88%
GREEN value IS 225 (88.28% from 255) = 52.94%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=9.88%
G=52.94%
B=37.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal422251580.8100.300.12158.0375.3152.35
Hex2AE19E5101EC9e4b34
Octal523412361210361423611364
Binary101010111000011001111010100010111101100100111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ae19e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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