#2AE989

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

Shades of Shamrock #2AE989

Tints of Shamrock #2AE989

Color information

#2AE989 (or 0x2AE989) is unknown color: approx Shamrock. HEX triplet: 2A, E9 and 89. RGB value is (42,233,137). Sum of RGB (Red+Green+Blue) = 42+233+137=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE989 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE989 is #D51676. Grayscale: #A5A5A5. Windows color (decimal): -13964919 or 9038122. OLE color: 9038122.

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

Color convert

RGB42233137-
CMYK0.8200.410.09
HSL149.84º81.28%53.92%-
HSV(B)149.84º81.97%91.37%-
XYZ34.6160.5833.54-
YUV164.95112.2240.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.19%
GREEN value IS 233 (91.41% from 255) = 56.55%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=10.19%
G=56.55%
B=33.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422331370.8200.410.09149.8481.2853.92
Hex2AE989520299965136
Octal523512111220511122612166
Binary1010101110100110001001101001001010011001100101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,233,137); }

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

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

 a { background-color: rgb(42,233,137); }

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

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

 span { border-color: rgb(42,233,137); }

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