#A2C23A

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

Shades of Yellow Green #A2C23A

Tints of Yellow Green #A2C23A

Color information

#A2C23A (or 0xA2C23A) is unknown color: approx Yellow Green. HEX triplet: A2, C2 and 3A. RGB value is (162,194,58). Sum of RGB (Red+Green+Blue) = 162+194+58=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C23A is #5D3DC5. Grayscale: #A9A9A9. Windows color (decimal): -6110662 or 3850914. OLE color: 3850914.

HSL color Cylindrical-coordinate representation of color #A2C23A: hue angle of 74.12º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2C23A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB16219458-
CMYK0.1600.700.24
HSL74.12º53.97%49.41%-
HSV(B)74.12º70.1%76.08%-
XYZ34.9646.5711.15-
YUV168.9365.4123.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 194 (76.17% from 255) = 46.86%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=39.13%
G=46.86%
B=14.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162194580.1600.700.2474.1253.9749.41
HexA2C23A10046184a3631
Octal24230272200106301126661
Binary10100010110000101110101000001000110110001001010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C23A; }

 p { color: rgb(162,194,58); }

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

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

 a { background-color: rgb(162,194,58); }

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

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

 span { border-color: rgb(162,194,58); }

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