Html Css Color HEX #A9D080 Feijoa

📋 copy color: '#A9D080'

red 169 ◦ green 208 ◦ blue 128

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

Shades of Feijoa #A9D080

Tints of Feijoa #A9D080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.19%

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

R = 33.47%
G = 41.19%
B = 25.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#A9D080 (or 0xA9D080) is known color: Feijoa. HEX triplet: A9, D0 and 80. RGB value is (169,208,128). Sum of RGB (Red+Green+Blue) = 169+208+128=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D080 is #562F7F. Grayscale: #BBBBBB. Windows color (decimal): -5648256 or 8442025. OLE color: 8442025.

HSL color Cylindrical-coordinate representation of color #A9D080: hue angle of 89.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9D080 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 208 128 -
CMYK 0.19 0 0.38 0.18
HSL 89.25º 0.46% 0.66% -
HSV(B) 89.25º 0.38% 0.82% -
XYZ 42.81 55.11 28.8 -
YUV 187.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 169 208 128 0.19 0 0.38 0.18 89.25 0.46 0.66
Hex A9 D0 80 13 0 26 12 59 2E 42
Octal 251 320 200 23 0 46 22 131 56 102
Binary 10101001 11010000 10000000 10011 0 100110 10010 1011001 101110 1000010

Color Harmonies of #A9D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D080

Black with #A9D080

Text Example


Text Example

White with #A9D080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D080; }

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

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

background-color css

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

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

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

border-color css

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

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

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