Html Css Color HEX #A9E080 Feijoa

📋 copy color: '#A9E080'

red 169 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #A9E080

Tints of Feijoa #A9E080

RGB

 RED value IS 169 (66.41% from 255) = 32.44%

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

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

R = 32.44%
G = 42.99%
B = 24.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#A9E080 (or 0xA9E080) is known color: Feijoa. HEX triplet: A9, E0 and 80. RGB value is (169,224,128). Sum of RGB (Red+Green+Blue) = 169+224+128=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E080 is #561F7F. Grayscale: #C4C4C4. Windows color (decimal): -5644160 or 8446121. OLE color: 8446121.

HSL color Cylindrical-coordinate representation of color #A9E080: hue angle of 94.38º 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 #A9E080 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 224 128 -
CMYK 0.25 0 0.43 0.12
HSL 94.38º 0.61% 0.69% -
HSV(B) 94.38º 0.43% 0.88% -
XYZ 46.91 63.3 30.17 -
YUV 196.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 169 224 128 0.25 0 0.43 0.12 94.38 0.61 0.69
Hex A9 E0 80 19 0 2B C 5E 3D 45
Octal 251 340 200 31 0 53 14 136 75 105
Binary 10101001 11100000 10000000 11001 0 101011 1100 1011110 111101 1000101

Color Harmonies of #A9E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E080

Black with #A9E080

Text Example


Text Example

White with #A9E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E080; }

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

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

background-color css

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

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

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

border-color css

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

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

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