#A9D681

Color #A9D681 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A9D681

Tints of Feijoa #A9D681

Color information

#A9D681 (or 0xA9D681) is unknown color: approx Feijoa. HEX triplet: A9, D6 and 81. RGB value is (169,214,129). Sum of RGB (Red+Green+Blue) = 169+214+129=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D681 is #56297E. Grayscale: #BFBFBF. Windows color (decimal): -5646719 or 8509097. OLE color: 8509097.

HSL color Cylindrical-coordinate representation of color #A9D681: hue angle of 91.76º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9D681 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB169214129-
CMYK0.2100.400.16
HSL91.76º50.9%67.25%-
HSV(B)91.76º39.72%83.92%-
XYZ44.3758.1129.65-
YUV190.8693.09112.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=33.01%
G=41.80%
B=25.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692141290.2100.400.1691.7650.967.25
HexA9D68115028105c3343
Octal251326201250502013463103
Binary1010100111010110100000011010101010001000010111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D681; }

 p { color: rgb(169,214,129); }

 H1.HeaderClassName
 {
   color: #A9D681;
 }
 .AnyTagClassName
 {
   color: #A9D681;
 }
</style>
background-color css

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

 a { background-color: rgb(169,214,129); }

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

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

 span { border-color: rgb(169,214,129); }

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