#A9CE80

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

Shades of Feijoa #A9CE80

Tints of Feijoa #A9CE80

Color information

#A9CE80 (or 0xA9CE80) is unknown color: approx Feijoa. HEX triplet: A9, CE and 80. RGB value is (169,206,128). Sum of RGB (Red+Green+Blue) = 169+206+128=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CE80 is #56317F. Grayscale: #BABABA. Windows color (decimal): -5648768 or 8441513. OLE color: 8441513.

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

Color convert

RGB169206128-
CMYK0.1800.380.19
HSL88.46º44.32%65.49%-
HSV(B)88.46º37.86%80.78%-
XYZ42.3354.1428.64-
YUV186.0495.24115.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=33.60%
G=40.95%
B=25.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061280.1800.380.1988.4644.3265.49
HexA9CE801202613582c41
Octal251316200220462313054101
Binary1010100111001110100000001001001001101001110110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CE80; }

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

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

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

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

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

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

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

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