Html Css Color HEX #A1E580 Feijoa

📋 copy color: '#A1E580'

red 161 ◦ green 229 ◦ blue 128

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

Shades of Feijoa #A1E580

Tints of Feijoa #A1E580

RGB

 RED value IS 161 (63.28% from 255) = 31.08%

 GREEN value IS 229 (89.84% from 255) = 44.21%

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

R = 31.08%
G = 44.21%
B = 24.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#A1E580 (or 0xA1E580) is known color: Feijoa. HEX triplet: A1, E5 and 80. RGB value is (161,229,128). Sum of RGB (Red+Green+Blue) = 161+229+128=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E580 is #5E1A7F. Grayscale: #C5C5C5. Windows color (decimal): -6167168 or 8447393. OLE color: 8447393.

HSL color Cylindrical-coordinate representation of color #A1E580: hue angle of 100.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1E580 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 128 -
CMYK 0.30 0 0.44 0.10
HSL 100.4º 0.66% 0.7% -
HSV(B) 100.4º 0.44% 0.9% -
XYZ 46.61 65.17 30.55 -
YUV 197.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 161 229 128 0.30 0 0.44 0.10 100.4 0.66 0.7
Hex A1 E5 80 1E 0 2C A 64 42 46
Octal 241 345 200 36 0 54 12 144 102 106
Binary 10100001 11100101 10000000 11110 0 101100 1010 1100100 1000010 1000110

Color Harmonies of #A1E580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E580

Black with #A1E580

Text Example


Text Example

White with #A1E580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E580; }

 p { color: rgb(161,229,128); }

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

background-color css

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

 a { background-color: rgb(161,229,128); }

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

border-color css

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

 span { border-color: rgb(161,229,128); }

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