#2AE782

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

Shades of Shamrock #2AE782

Tints of Shamrock #2AE782

Color information

#2AE782 (or 0x2AE782) is unknown color: approx Shamrock. HEX triplet: 2A, E7 and 82. RGB value is (42,231,130). Sum of RGB (Red+Green+Blue) = 42+231+130=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE782 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE782 is #D5187D. Grayscale: #A3A3A3. Windows color (decimal): -13965438 or 8578858. OLE color: 8578858.

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

Color convert

RGB42231130-
CMYK0.8200.440.09
HSL147.94º79.75%53.53%-
HSV(B)147.94º81.82%90.59%-
XYZ33.5659.2630.79-
YUV162.97109.3841.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.42%
GREEN value IS 231 (90.62% from 255) = 57.32%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=10.42%
G=57.32%
B=32.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422311300.8200.440.09147.9479.7553.53
Hex2AE7825202C9945036
Octal523472021220541122412066
Binary1010101110011110000010101001001011001001100101001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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