#A1DD7C

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

Shades of Feijoa #A1DD7C

Tints of Feijoa #A1DD7C

Color information

#A1DD7C (or 0xA1DD7C) is unknown color: approx Feijoa. HEX triplet: A1, DD and 7C. RGB value is (161,221,124). Sum of RGB (Red+Green+Blue) = 161+221+124=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD7C is #5E2283. Grayscale: #C0C0C0. Windows color (decimal): -6169220 or 8183201. OLE color: 8183201.

HSL color Cylindrical-coordinate representation of color #A1DD7C: hue angle of 97.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1DD7C is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB161221124-
CMYK0.2700.440.13
HSL97.11º58.79%67.65%-
HSV(B)97.11º43.89%86.67%-
XYZ44.1960.7528.46-
YUV19289.62105.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=31.82%
G=43.68%
B=24.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211240.2700.440.1397.1158.7967.65
HexA1DD7C1B02CD613b44
Octal241335174330541514173104
Binary10100001110111011111100110110101100110111000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD7C; }

 p { color: rgb(161,221,124); }

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

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

 a { background-color: rgb(161,221,124); }

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

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

 span { border-color: rgb(161,221,124); }

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