#A2F82F

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

Shades of Green Yellow #A2F82F

Tints of Green Yellow #A2F82F

Color information

#A2F82F (or 0xA2F82F) is unknown color: approx Green Yellow. HEX triplet: A2, F8 and 2F. RGB value is (162,248,47). Sum of RGB (Red+Green+Blue) = 162+248+47=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F82F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F82F is #5D07D0. Grayscale: #C8C8C8. Windows color (decimal): -6096849 or 3143842. OLE color: 3143842.

HSL color Cylindrical-coordinate representation of color #A2F82F: hue angle of 85.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2F82F is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB16224847-
CMYK0.3500.810.03
HSL85.67º93.49%57.84%-
HSV(B)85.67º81.05%97.25%-
XYZ48.9875.0214.59-
YUV199.3742.01101.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 248 (97.27% from 255) = 54.27%
BLUE value IS 47 (18.75% from 255) = 10.28%
R=35.45%
G=54.27%
B=10.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal162248470.3500.810.0385.6793.4957.84
HexA2F82F230513565d3a
Octal24237057430121312613572
Binary1010001011111000101111100011010100011110101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F82F; }

 p { color: rgb(162,248,47); }

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

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

 a { background-color: rgb(162,248,47); }

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

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

 span { border-color: rgb(162,248,47); }

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