Html Css Color HEX #A4D520 Yellow Green

📋 copy color: '#A4D520'

red 164 ◦ green 213 ◦ blue 32

#A4D520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #A4D520

Tints of Yellow Green #A4D520

RGB

 RED value IS 164 (64.45% from 255) = 40.1%

 GREEN value IS 213 (83.59% from 255) = 52.08%

 BLUE value IS 32 (12.89% from 255) = 7.82%

R = 40.1%
G = 52.08%
B = 7.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#A4D520 (or 0xA4D520) is known color: Yellow Green. HEX triplet: A4, D5 and 20. RGB value is (164,213,32). Sum of RGB (Red+Green+Blue) = 164+213+32=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D520 is #5B2ADF. Grayscale: #B2B2B2. Windows color (decimal): -5974752 or 2151844. OLE color: 2151844.

HSL color Cylindrical-coordinate representation of color #A4D520: hue angle of 76.24º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4D520 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 32 -
CMYK 0.23 0 0.85 0.16
HSL 76.24º 0.74% 0.48% -
HSV(B) 76.24º 0.85% 0.84% -
XYZ 39.36 55.59 10.02 -
YUV 177.72 45.77 118.22 -
System Red Green Blue C M Y K H S L
Decimal 164 213 32 0.23 0 0.85 0.16 76.24 0.74 0.48
Hex A4 D5 20 17 0 55 10 4C 4A 30
Octal 244 325 40 27 0 125 20 114 112 60
Binary 10100100 11010101 100000 10111 0 1010101 10000 1001100 1001010 110000

Color Harmonies of #A4D520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D520

Black with #A4D520

Text Example


Text Example

White with #A4D520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D520; }

 p { color: rgb(164,213,32); }

 H1.HeaderClassName
 {
   color: #A4D520;
 }
 .AnyTagClassName
 {
   color: #A4D520;
 }
</style>

background-color css

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

 a { background-color: rgb(164,213,32); }

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

border-color css

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

 span { border-color: rgb(164,213,32); }

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