#2AE77A

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

Shades of Shamrock #2AE77A

Tints of Shamrock #2AE77A

Color information

#2AE77A (or 0x2AE77A) is unknown color: approx Shamrock. HEX triplet: 2A, E7 and 7A. RGB value is (42,231,122). Sum of RGB (Red+Green+Blue) = 42+231+122=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 231 (90.62% from 255 or 58.48% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE77A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE77A is #D51885. Grayscale: #A2A2A2. Windows color (decimal): -13965446 or 8054570. OLE color: 8054570.

HSL color Cylindrical-coordinate representation of color #2AE77A: hue angle of 145.4º 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 #2AE77A is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB42231122-
CMYK0.8200.470.09
HSL145.4º79.75%53.53%-
HSV(B)145.4º81.82%90.59%-
XYZ33.0459.0528.07-
YUV162.06105.3842.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.63%
GREEN value IS 231 (90.62% from 255) = 58.48%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=10.63%
G=58.48%
B=30.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422311220.8200.470.09145.479.7553.53
Hex2AE77A5202F9915036
Octal523471721220571122112066
Binary101010111001111111010101001001011111001100100011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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