Html Css Color HEX #A4EE80 Feijoa

📋 copy color: '#A4EE80'

red 164 ◦ green 238 ◦ blue 128

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

Shades of Feijoa #A4EE80

Tints of Feijoa #A4EE80

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.91%

 BLUE value IS 128 (50.39% from 255) = 24.15%

R = 30.94%
G = 44.91%
B = 24.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#A4EE80 (or 0xA4EE80) is known color: Feijoa. HEX triplet: A4, EE and 80. RGB value is (164,238,128). Sum of RGB (Red+Green+Blue) = 164+238+128=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EE80 is #5B117F. Grayscale: #CBCBCB. Windows color (decimal): -5968256 or 8449700. OLE color: 8449700.

HSL color Cylindrical-coordinate representation of color #A4EE80: hue angle of 100.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4EE80 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 238 128 -
CMYK 0.31 0 0.46 0.07
HSL 100.36º 0.76% 0.72% -
HSV(B) 100.36º 0.46% 0.93% -
XYZ 49.78 70.6 31.43 -
YUV 203.33 85.48 99.94 -
System Red Green Blue C M Y K H S L
Decimal 164 238 128 0.31 0 0.46 0.07 100.36 0.76 0.72
Hex A4 EE 80 1F 0 2E 7 64 4C 48
Octal 244 356 200 37 0 56 7 144 114 110
Binary 10100100 11101110 10000000 11111 0 101110 111 1100100 1001100 1001000

Color Harmonies of #A4EE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EE80

Black with #A4EE80

Text Example


Text Example

White with #A4EE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EE80; }

 p { color: rgb(164,238,128); }

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

background-color css

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

 a { background-color: rgb(164,238,128); }

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

border-color css

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

 span { border-color: rgb(164,238,128); }

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