#A1D680

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

Shades of Feijoa #A1D680

Tints of Feijoa #A1D680

Color information

#A1D680 (or 0xA1D680) is unknown color: approx Feijoa. HEX triplet: A1, D6 and 80. RGB value is (161,214,128). Sum of RGB (Red+Green+Blue) = 161+214+128=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D680 is #5E297F. Grayscale: #BCBCBC. Windows color (decimal): -6171008 or 8443553. OLE color: 8443553.

HSL color Cylindrical-coordinate representation of color #A1D680: hue angle of 96.98º 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 #A1D680 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB161214128-
CMYK0.2500.400.16
HSL96.98º51.19%67.06%-
HSV(B)96.98º40.19%83.92%-
XYZ42.6457.2329.22-
YUV188.3593.94108.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=32.01%
G=42.54%
B=25.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141280.2500.400.1696.9851.1967.06
HexA1D6801902810613343
Octal241326200310502014163103
Binary1010000111010110100000001100101010001000011000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D680; }

 p { color: rgb(161,214,128); }

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

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

 a { background-color: rgb(161,214,128); }

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

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

 span { border-color: rgb(161,214,128); }

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