#A4D22E

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

Shades of Yellow Green #A4D22E

Tints of Yellow Green #A4D22E

Color information

#A4D22E (or 0xA4D22E) is unknown color: approx Yellow Green. HEX triplet: A4, D2 and 2E. RGB value is (164,210,46). Sum of RGB (Red+Green+Blue) = 164+210+46=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D22E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D22E is #5B2DD1. Grayscale: #B2B2B2. Windows color (decimal): -5975506 or 3068580. OLE color: 3068580.

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

Color convert

RGB16421046-
CMYK0.2200.780.18
HSL76.83º64.57%50.2%-
HSV(B)76.83º78.1%82.35%-
XYZ38.8554.1811-
YUV177.5553.76118.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 210 (82.42% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 10.95%
R=39.05%
G=50%
B=10.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164210460.2200.780.1876.8364.5750.2
HexA4D22E1604E124d4132
Octal244322562601162211510162
Binary101001001101001010111010110010011101001010011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D22E; }

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

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

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

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

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

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

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

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