Html Css Color HEX #A4D128 Yellow Green

📋 copy color: '#A4D128'

red 164 ◦ green 209 ◦ blue 40

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

Shades of Yellow Green #A4D128

Tints of Yellow Green #A4D128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.69%

R = 39.71%
G = 50.61%
B = 9.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#A4D128 (or 0xA4D128) is known color: Yellow Green. HEX triplet: A4, D1 and 28. RGB value is (164,209,40). Sum of RGB (Red+Green+Blue) = 164+209+40=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D128 is #5B2ED7. Grayscale: #B0B0B0. Windows color (decimal): -5975768 or 2675108. OLE color: 2675108.

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

Color convert

RGB 164 209 40 -
CMYK 0.22 0 0.81 0.18
HSL 75.98º 0.68% 0.49% -
HSV(B) 75.98º 0.81% 0.82% -
XYZ 38.49 53.65 10.33 -
YUV 176.28 51.09 119.24 -
System Red Green Blue C M Y K H S L
Decimal 164 209 40 0.22 0 0.81 0.18 75.98 0.68 0.49
Hex A4 D1 28 16 0 51 12 4C 44 31
Octal 244 321 50 26 0 121 22 114 104 61
Binary 10100100 11010001 101000 10110 0 1010001 10010 1001100 1000100 110001

Color Harmonies of #A4D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D128

Black with #A4D128

Text Example


Text Example

White with #A4D128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D128; }

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

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

background-color css

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

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

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

border-color css

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

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

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