Html Css Color HEX #A4EB32 Green Yellow

📋 copy color: '#A4EB32'

red 164 ◦ green 235 ◦ blue 50

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

Shades of Green Yellow #A4EB32

Tints of Green Yellow #A4EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.34%

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

R = 36.53%
G = 52.34%
B = 11.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#A4EB32 (or 0xA4EB32) is known color: Green Yellow. HEX triplet: A4, EB and 32. RGB value is (164,235,50). Sum of RGB (Red+Green+Blue) = 164+235+50=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4EB32 is #5B14CD. Grayscale: #C1C1C1. Windows color (decimal): -5969102 or 3337124. OLE color: 3337124.

HSL color Cylindrical-coordinate representation of color #A4EB32: hue angle of 83.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4EB32 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 235 50 -
CMYK 0.30 0 0.79 0.08
HSL 83.03º 0.82% 0.56% -
HSV(B) 83.03º 0.79% 0.92% -
XYZ 45.59 67.54 13.65 -
YUV 192.68 47.48 107.54 -
System Red Green Blue C M Y K H S L
Decimal 164 235 50 0.30 0 0.79 0.08 83.03 0.82 0.56
Hex A4 EB 32 1E 0 4F 8 53 52 38
Octal 244 353 62 36 0 117 10 123 122 70
Binary 10100100 11101011 110010 11110 0 1001111 1000 1010011 1010010 111000

Color Harmonies of #A4EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EB32

Black with #A4EB32

Text Example


Text Example

White with #A4EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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