Html Css Color HEX #A4D132 Yellow Green

📋 copy color: '#A4D132'

red 164 ◦ green 209 ◦ blue 50

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

Shades of Yellow Green #A4D132

Tints of Yellow Green #A4D132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.41%

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

R = 38.77%
G = 49.41%
B = 11.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#A4D132 (or 0xA4D132) is known color: Yellow Green. HEX triplet: A4, D1 and 32. RGB value is (164,209,50). Sum of RGB (Red+Green+Blue) = 164+209+50=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D132 is #5B2ECD. Grayscale: #B2B2B2. Windows color (decimal): -5975758 or 3330468. OLE color: 3330468.

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

Color convert

RGB 164 209 50 -
CMYK 0.22 0 0.76 0.18
HSL 76.98º 0.63% 0.51% -
HSV(B) 76.98º 0.76% 0.82% -
XYZ 38.69 53.72 11.35 -
YUV 177.42 56.09 118.43 -
System Red Green Blue C M Y K H S L
Decimal 164 209 50 0.22 0 0.76 0.18 76.98 0.63 0.51
Hex A4 D1 32 16 0 4C 12 4D 3F 33
Octal 244 321 62 26 0 114 22 115 77 63
Binary 10100100 11010001 110010 10110 0 1001100 10010 1001101 111111 110011

Color Harmonies of #A4D132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D132

Black with #A4D132

Text Example


Text Example

White with #A4D132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D132; }

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

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

background-color css

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

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

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

border-color css

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

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

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