#A2C82E

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

Shades of Yellow Green #A2C82E

Tints of Yellow Green #A2C82E

Color information

#A2C82E (or 0xA2C82E) is unknown color: approx Yellow Green. HEX triplet: A2, C8 and 2E. RGB value is (162,200,46). Sum of RGB (Red+Green+Blue) = 162+200+46=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C82E is #5D37D1. Grayscale: #ABABAB. Windows color (decimal): -6109138 or 3066018. OLE color: 3066018.

HSL color Cylindrical-coordinate representation of color #A2C82E: hue angle of 74.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2C82E is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB16220046-
CMYK0.1900.770.22
HSL74.81º62.6%48.24%-
HSV(B)74.81º77%78.43%-
XYZ36.0549.1910.18-
YUV171.0857.41121.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 46 (18.36% from 255) = 11.27%
R=39.71%
G=49.02%
B=11.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162200460.1900.770.2274.8162.648.24
HexA2C82E1304D164b3f30
Octal24231056230115261137760
Binary10100010110010001011101001101001101101101001011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C82E; }

 p { color: rgb(162,200,46); }

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

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

 a { background-color: rgb(162,200,46); }

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

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

 span { border-color: rgb(162,200,46); }

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