#2AE77C

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

Shades of Shamrock #2AE77C

Tints of Shamrock #2AE77C

Color information

#2AE77C (or 0x2AE77C) is unknown color: approx Shamrock. HEX triplet: 2A, E7 and 7C. RGB value is (42,231,124). Sum of RGB (Red+Green+Blue) = 42+231+124=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 231 (90.62% from 255 or 58.19% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE77C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE77C is #D51883. Grayscale: #A2A2A2. Windows color (decimal): -13965444 or 8185642. OLE color: 8185642.

HSL color Cylindrical-coordinate representation of color #2AE77C: hue angle of 146.03º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE77C is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB42231124-
CMYK0.8200.460.09
HSL146.03º79.75%53.53%-
HSV(B)146.03º81.82%90.59%-
XYZ33.1759.128.73-
YUV162.29106.3842.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.58%
GREEN value IS 231 (90.62% from 255) = 58.19%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=10.58%
G=58.19%
B=31.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422311240.8200.460.09146.0379.7553.53
Hex2AE77C5202E9925036
Octal523471741220561122212066
Binary101010111001111111100101001001011101001100100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,231,124); }

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

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

 a { background-color: rgb(42,231,124); }

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

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

 span { border-color: rgb(42,231,124); }

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