Html Css Color HEX #A9DF80 Feijoa

📋 copy color: '#A9DF80'

red 169 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #A9DF80

Tints of Feijoa #A9DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

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

R = 32.5%
G = 42.88%
B = 24.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A9DF80 (or 0xA9DF80) is known color: Feijoa. HEX triplet: A9, DF and 80. RGB value is (169,223,128). Sum of RGB (Red+Green+Blue) = 169+223+128=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DF80 is #56207F. Grayscale: #C4C4C4. Windows color (decimal): -5644416 or 8445865. OLE color: 8445865.

HSL color Cylindrical-coordinate representation of color #A9DF80: hue angle of 94.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9DF80 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 223 128 -
CMYK 0.24 0 0.43 0.13
HSL 94.11º 0.6% 0.69% -
HSV(B) 94.11º 0.43% 0.87% -
XYZ 46.65 62.77 30.08 -
YUV 196.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 169 223 128 0.24 0 0.43 0.13 94.11 0.6 0.69
Hex A9 DF 80 18 0 2B D 5E 3C 45
Octal 251 337 200 30 0 53 15 136 74 105
Binary 10101001 11011111 10000000 11000 0 101011 1101 1011110 111100 1000101

Color Harmonies of #A9DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DF80

Black with #A9DF80

Text Example


Text Example

White with #A9DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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