Html Css Color HEX #A9D96F Feijoa

📋 copy color: '#A9D96F'

red 169 ◦ green 217 ◦ blue 111

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

Shades of Feijoa #A9D96F

Tints of Feijoa #A9D96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.66%

 BLUE value IS 111 (43.75% from 255) = 22.33%

R = 34%
G = 43.66%
B = 22.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#A9D96F (or 0xA9D96F) is known color: Feijoa. HEX triplet: A9, D9 and 6F. RGB value is (169,217,111). Sum of RGB (Red+Green+Blue) = 169+217+111=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D96F is #562690. Grayscale: #BEBEBE. Windows color (decimal): -5645969 or 7330217. OLE color: 7330217.

HSL color Cylindrical-coordinate representation of color #A9D96F: hue angle of 87.17º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9D96F is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 217 111 -
CMYK 0.22 0 0.49 0.15
HSL 87.17º 0.58% 0.64% -
HSV(B) 87.17º 0.49% 0.85% -
XYZ 44.04 59.21 24.15 -
YUV 190.56 83.1 112.62 -
System Red Green Blue C M Y K H S L
Decimal 169 217 111 0.22 0 0.49 0.15 87.17 0.58 0.64
Hex A9 D9 6F 16 0 31 F 57 3A 40
Octal 251 331 157 26 0 61 17 127 72 100
Binary 10101001 11011001 1101111 10110 0 110001 1111 1010111 111010 1000000

Color Harmonies of #A9D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D96F

Black with #A9D96F

Text Example


Text Example

White with #A9D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D96F; }

 p { color: rgb(169,217,111); }

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

background-color css

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

 a { background-color: rgb(169,217,111); }

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

border-color css

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

 span { border-color: rgb(169,217,111); }

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