#A2F53E

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

Shades of Green Yellow #A2F53E

Tints of Green Yellow #A2F53E

Color information

#A2F53E (or 0xA2F53E) is unknown color: approx Green Yellow. HEX triplet: A2, F5 and 3E. RGB value is (162,245,62). Sum of RGB (Red+Green+Blue) = 162+245+62=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F53E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F53E is #5D0AC1. Grayscale: #C7C7C7. Windows color (decimal): -6097602 or 4126114. OLE color: 4126114.

HSL color Cylindrical-coordinate representation of color #A2F53E: hue angle of 87.21º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2F53E is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB16224562-
CMYK0.3400.750.04
HSL87.21º90.15%60.2%-
HSV(B)87.21º74.69%96.08%-
XYZ48.4273.3316.16-
YUV199.3250.5101.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 245 (96.09% from 255) = 52.24%
BLUE value IS 62 (24.61% from 255) = 13.22%
R=34.54%
G=52.24%
B=13.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162245620.3400.750.0487.2190.1560.2
HexA2F53E2204B4575a3c
Octal24236576420113412713274
Binary10100010111101011111101000100100101110010101111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F53E; }

 p { color: rgb(162,245,62); }

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

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

 a { background-color: rgb(162,245,62); }

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

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

 span { border-color: rgb(162,245,62); }

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