#A2F021

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

Shades of Green Yellow #A2F021

Tints of Green Yellow #A2F021

Color information

#A2F021 (or 0xA2F021) is unknown color: approx Green Yellow. HEX triplet: A2, F0 and 21. RGB value is (162,240,33). Sum of RGB (Red+Green+Blue) = 162+240+33=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F021 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F021 is #5D0FDE. Grayscale: #C1C1C1. Windows color (decimal): -6098911 or 2224290. OLE color: 2224290.

HSL color Cylindrical-coordinate representation of color #A2F021: hue angle of 82.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2F021 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB16224033-
CMYK0.3200.860.06
HSL82.61º87.34%53.53%-
HSV(B)82.61º86.25%94.12%-
XYZ46.3370.1112.53-
YUV193.0837.66105.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 240 (94.14% from 255) = 55.17%
BLUE value IS 33 (13.28% from 255) = 7.59%
R=37.24%
G=55.17%
B=7.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162240330.3200.860.0682.6187.3453.53
HexA2F021200566535736
Octal24236041400126612312766
Binary10100010111100001000011000000101011011010100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F021; }

 p { color: rgb(162,240,33); }

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

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

 a { background-color: rgb(162,240,33); }

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

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

 span { border-color: rgb(162,240,33); }

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