#2AE99A

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

Shades of Shamrock #2AE99A

Tints of Shamrock #2AE99A

Color information

#2AE99A (or 0x2AE99A) is unknown color: approx Shamrock. HEX triplet: 2A, E9 and 9A. RGB value is (42,233,154). Sum of RGB (Red+Green+Blue) = 42+233+154=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE99A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE99A is #D51665. Grayscale: #A7A7A7. Windows color (decimal): -13964902 or 10152234. OLE color: 10152234.

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

Color convert

RGB42233154-
CMYK0.8200.340.09
HSL155.18º81.28%53.92%-
HSV(B)155.18º81.97%91.37%-
XYZ35.9361.140.47-
YUV166.88120.7238.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.79%
GREEN value IS 233 (91.41% from 255) = 54.31%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=9.79%
G=54.31%
B=35.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422331540.8200.340.09155.1881.2853.92
Hex2AE99A5202299b5136
Octal523512321220421123312166
Binary1010101110100110011010101001001000101001100110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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