Html Css Color HEX #A4D526 Yellow Green

📋 copy color: '#A4D526'

red 164 ◦ green 213 ◦ blue 38

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

Shades of Yellow Green #A4D526

Tints of Yellow Green #A4D526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.16%

R = 39.52%
G = 51.33%
B = 9.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#A4D526 (or 0xA4D526) is known color: Yellow Green. HEX triplet: A4, D5 and 26. RGB value is (164,213,38). Sum of RGB (Red+Green+Blue) = 164+213+38=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D526 is #5B2AD9. Grayscale: #B3B3B3. Windows color (decimal): -5974746 or 2545060. OLE color: 2545060.

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

Color convert

RGB 164 213 38 -
CMYK 0.23 0 0.82 0.16
HSL 76.8º 0.7% 0.49% -
HSV(B) 76.8º 0.82% 0.84% -
XYZ 39.45 55.62 10.49 -
YUV 178.4 48.77 117.73 -
System Red Green Blue C M Y K H S L
Decimal 164 213 38 0.23 0 0.82 0.16 76.8 0.7 0.49
Hex A4 D5 26 17 0 52 10 4D 46 31
Octal 244 325 46 27 0 122 20 115 106 61
Binary 10100100 11010101 100110 10111 0 1010010 10000 1001101 1000110 110001

Color Harmonies of #A4D526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D526

Black with #A4D526

Text Example


Text Example

White with #A4D526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D526; }

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

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

background-color css

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

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

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

border-color css

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

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

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