Html Css Color HEX #A5E080 Feijoa

📋 copy color: '#A5E080'

red 165 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #A5E080

Tints of Feijoa #A5E080

RGB

 RED value IS 165 (64.84% from 255) = 31.91%

 GREEN value IS 224 (87.89% from 255) = 43.33%

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

R = 31.91%
G = 43.33%
B = 24.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#A5E080 (or 0xA5E080) is known color: Feijoa. HEX triplet: A5, E0 and 80. RGB value is (165,224,128). Sum of RGB (Red+Green+Blue) = 165+224+128=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E080 is #5A1F7F. Grayscale: #C3C3C3. Windows color (decimal): -5906304 or 8446117. OLE color: 8446117.

HSL color Cylindrical-coordinate representation of color #A5E080: hue angle of 96.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5E080 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 128 -
CMYK 0.26 0 0.43 0.12
HSL 96.88º 0.61% 0.69% -
HSV(B) 96.88º 0.43% 0.88% -
XYZ 46.07 62.87 30.13 -
YUV 195.42 89.95 106.31 -
System Red Green Blue C M Y K H S L
Decimal 165 224 128 0.26 0 0.43 0.12 96.88 0.61 0.69
Hex A5 E0 80 1A 0 2B C 61 3D 45
Octal 245 340 200 32 0 53 14 141 75 105
Binary 10100101 11100000 10000000 11010 0 101011 1100 1100001 111101 1000101

Color Harmonies of #A5E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E080

Black with #A5E080

Text Example


Text Example

White with #A5E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E080; }

 p { color: rgb(165,224,128); }

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

background-color css

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

 a { background-color: rgb(165,224,128); }

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

border-color css

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

 span { border-color: rgb(165,224,128); }

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