#A2EC2A

Color #A2EC2A Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A2EC2A

Tints of Green Yellow #A2EC2A

Color information

#A2EC2A (or 0xA2EC2A) is unknown color: approx Green Yellow. HEX triplet: A2, EC and 2A. RGB value is (162,236,42). Sum of RGB (Red+Green+Blue) = 162+236+42=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EC2A is #5D13D5. Grayscale: #C0C0C0. Windows color (decimal): -6099926 or 2813090. OLE color: 2813090.

HSL color Cylindrical-coordinate representation of color #A2EC2A: hue angle of 82.89º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2EC2A is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB16223642-
CMYK0.3100.820.07
HSL82.89º83.62%54.51%-
HSV(B)82.89º82.2%92.55%-
XYZ45.3167.8412.9-
YUV191.7643.48106.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 236 (92.58% from 255) = 53.64%
BLUE value IS 42 (16.80% from 255) = 9.55%
R=36.82%
G=53.64%
B=9.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162236420.3100.820.0782.8983.6254.51
HexA2EC2A1F0527535437
Octal24235452370122712312467
Binary1010001011101100101010111110101001011110100111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC2A; }

 p { color: rgb(162,236,42); }

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

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

 a { background-color: rgb(162,236,42); }

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

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

 span { border-color: rgb(162,236,42); }

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