Html Css Color HEX #A4D532 Yellow Green

📋 copy color: '#A4D532'

red 164 ◦ green 213 ◦ blue 50

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

Shades of Yellow Green #A4D532

Tints of Yellow Green #A4D532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 38.41%
G = 49.88%
B = 11.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#A4D532 (or 0xA4D532) is known color: Yellow Green. HEX triplet: A4, D5 and 32. RGB value is (164,213,50). Sum of RGB (Red+Green+Blue) = 164+213+50=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D532 is #5B2ACD. Grayscale: #B4B4B4. Windows color (decimal): -5974734 or 3331492. OLE color: 3331492.

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

Color convert

RGB 164 213 50 -
CMYK 0.23 0 0.77 0.16
HSL 78.04º 0.66% 0.52% -
HSV(B) 78.04º 0.77% 0.84% -
XYZ 39.68 55.71 11.68 -
YUV 179.77 54.77 116.75 -
System Red Green Blue C M Y K H S L
Decimal 164 213 50 0.23 0 0.77 0.16 78.04 0.66 0.52
Hex A4 D5 32 17 0 4D 10 4E 42 34
Octal 244 325 62 27 0 115 20 116 102 64
Binary 10100100 11010101 110010 10111 0 1001101 10000 1001110 1000010 110100

Color Harmonies of #A4D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D532

Black with #A4D532

Text Example


Text Example

White with #A4D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D532; }

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

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

background-color css

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

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

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

border-color css

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

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

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