#A2C82B

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

Shades of Yellow Green #A2C82B

Tints of Yellow Green #A2C82B

Color information

#A2C82B (or 0xA2C82B) is unknown color: approx Yellow Green. HEX triplet: A2, C8 and 2B. RGB value is (162,200,43). Sum of RGB (Red+Green+Blue) = 162+200+43=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C82B is #5D37D4. Grayscale: #ABABAB. Windows color (decimal): -6109141 or 2869410. OLE color: 2869410.

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

Color convert

RGB16220043-
CMYK0.1900.780.22
HSL74.52º64.61%47.65%-
HSV(B)74.52º78.5%78.43%-
XYZ35.9949.169.88-
YUV170.7455.91121.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 200 (78.52% from 255) = 49.38%
BLUE value IS 43 (17.19% from 255) = 10.62%
R=40%
G=49.38%
B=10.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162200430.1900.780.2274.5264.6147.65
HexA2C82B1304E164b4130
Octal242310532301162611310160
Binary101000101100100010101110011010011101011010010111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C82B; }

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

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

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

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

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

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

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

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