#A2C02E

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

Shades of Yellow Green #A2C02E

Tints of Yellow Green #A2C02E

Color information

#A2C02E (or 0xA2C02E) is unknown color: approx Yellow Green. HEX triplet: A2, C0 and 2E. RGB value is (162,192,46). Sum of RGB (Red+Green+Blue) = 162+192+46=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C02E is #5D3FD1. Grayscale: #A6A6A6. Windows color (decimal): -6111186 or 3063970. OLE color: 3063970.

HSL color Cylindrical-coordinate representation of color #A2C02E: hue angle of 72.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2C02E is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB16219246-
CMYK0.1600.760.25
HSL72.33º61.34%46.67%-
HSV(B)72.33º76.04%75.29%-
XYZ34.2445.589.58-
YUV166.3960.06124.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 46 (18.36% from 255) = 11.5%
R=40.5%
G=48%
B=11.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162192460.1600.760.2572.3361.3446.67
HexA2C02E1004C19483d2f
Octal24230056200114311107557
Binary10100010110000001011101000001001100110011001000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C02E; }

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

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

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

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

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

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

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

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