#a4d32e

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

Shades of Yellow Green #A4D32E

Tints of Yellow Green #A4D32E

Color information

#A4D32E (or 0xA4D32E) is unknown color: approx Yellow Green. HEX triplet: A4, D3 and 2E. RGB value is (164,211,46). Sum of RGB (Red+Green+Blue) = 164+211+46=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D32E is #5B2CD1. Grayscale: #B2B2B2. Windows color (decimal): -5975250 or 3068836. OLE color: 3068836.

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

Color convert

RGB16421146-
CMYK0.2200.780.17
HSL77.09º65.22%50.39%-
HSV(B)77.09º78.2%82.75%-
XYZ39.154.6811.08-
YUV178.1453.43117.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 211 (82.81% from 255) = 50.12%
BLUE value IS 46 (18.36% from 255) = 10.93%
R=38.95%
G=50.12%
B=10.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164211460.2200.780.1777.0965.2250.39
HexA4D32E1604E114d4132
Octal244323562601162111510162
Binary101001001101001110111010110010011101000110011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4d32e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4d32e; }

 p { color: rgb(164,211,46); }

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

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

 a { background-color: rgb(164,211,46); }

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

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

 span { border-color: rgb(164,211,46); }

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