#A2D520

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

Shades of Yellow Green #A2D520

Tints of Yellow Green #A2D520

Color information

#A2D520 (or 0xA2D520) is unknown color: approx Yellow Green. HEX triplet: A2, D5 and 20. RGB value is (162,213,32). Sum of RGB (Red+Green+Blue) = 162+213+32=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D520 is #5D2ADF. Grayscale: #B1B1B1. Windows color (decimal): -6105824 or 2151842. OLE color: 2151842.

HSL color Cylindrical-coordinate representation of color #A2D520: hue angle of 76.91º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2D520 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB16221332-
CMYK0.2400.850.16
HSL76.91º73.88%48.04%-
HSV(B)76.91º84.98%83.53%-
XYZ38.9655.3710-
YUV177.1246.1117.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 213 (83.59% from 255) = 52.33%
BLUE value IS 32 (12.89% from 255) = 7.86%
R=39.80%
G=52.33%
B=7.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162213320.2400.850.1676.9173.8848.04
HexA2D52018055104d4a30
Octal242325403001252011511260
Binary101000101101010110000011000010101011000010011011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D520; }

 p { color: rgb(162,213,32); }

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

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

 a { background-color: rgb(162,213,32); }

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

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

 span { border-color: rgb(162,213,32); }

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