#A2C535

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

Shades of Yellow Green #A2C535

Tints of Yellow Green #A2C535

Color information

#A2C535 (or 0xA2C535) is unknown color: approx Yellow Green. HEX triplet: A2, C5 and 35. RGB value is (162,197,53). Sum of RGB (Red+Green+Blue) = 162+197+53=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C535 is #5D3ACA. Grayscale: #AAAAAA. Windows color (decimal): -6109899 or 3524002. OLE color: 3524002.

HSL color Cylindrical-coordinate representation of color #A2C535: hue angle of 74.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2C535 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB16219753-
CMYK0.1800.730.23
HSL74.58º57.6%49.02%-
HSV(B)74.58º73.1%77.25%-
XYZ35.5147.8710.74-
YUV170.1261.9122.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 53 (21.09% from 255) = 12.86%
R=39.32%
G=47.82%
B=12.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162197530.1800.730.2374.5857.649.02
HexA2C53512049174b3a31
Octal24230565220111271137261
Binary10100010110001011101011001001001001101111001011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C535; }

 p { color: rgb(162,197,53); }

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

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

 a { background-color: rgb(162,197,53); }

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

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

 span { border-color: rgb(162,197,53); }

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