#2AE783

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

Shades of Shamrock #2AE783

Tints of Shamrock #2AE783

Color information

#2AE783 (or 0x2AE783) is unknown color: approx Shamrock. HEX triplet: 2A, E7 and 83. RGB value is (42,231,131). Sum of RGB (Red+Green+Blue) = 42+231+131=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE783 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE783 is #D5187C. Grayscale: #A3A3A3. Windows color (decimal): -13965437 or 8644394. OLE color: 8644394.

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

Color convert

RGB42231131-
CMYK0.8200.430.09
HSL148.25º79.75%53.53%-
HSV(B)148.25º81.82%90.59%-
XYZ33.6359.2831.14-
YUV163.09109.8841.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.40%
GREEN value IS 231 (90.62% from 255) = 57.18%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=10.40%
G=57.18%
B=32.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422311310.8200.430.09148.2579.7553.53
Hex2AE7835202B9945036
Octal523472031220531122412066
Binary1010101110011110000011101001001010111001100101001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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