Html Css Color HEX #A9D08F Feijoa

📋 copy color: '#A9D08F'

red 169 ◦ green 208 ◦ blue 143

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

Shades of Feijoa #A9D08F

Tints of Feijoa #A9D08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 32.5%
G = 40%
B = 27.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#A9D08F (or 0xA9D08F) is known color: Feijoa. HEX triplet: A9, D0 and 8F. RGB value is (169,208,143). Sum of RGB (Red+Green+Blue) = 169+208+143=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D08F is #562F70. Grayscale: #BDBDBD. Windows color (decimal): -5648241 or 9425065. OLE color: 9425065.

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

Color convert

RGB 169 208 143 -
CMYK 0.19 0 0.31 0.18
HSL 96º 0.41% 0.69% -
HSV(B) 96º 0.31% 0.82% -
XYZ 43.88 55.53 34.39 -
YUV 188.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 169 208 143 0.19 0 0.31 0.18 96 0.41 0.69
Hex A9 D0 8F 13 0 1F 12 60 29 45
Octal 251 320 217 23 0 37 22 140 51 105
Binary 10101001 11010000 10001111 10011 0 11111 10010 1100000 101001 1000101

Color Harmonies of #A9D08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D08F

Black with #A9D08F

Text Example


Text Example

White with #A9D08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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