#A1DD74

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

Shades of Feijoa #A1DD74

Tints of Feijoa #A1DD74

Color information

#A1DD74 (or 0xA1DD74) is unknown color: approx Feijoa. HEX triplet: A1, DD and 74. RGB value is (161,221,116). Sum of RGB (Red+Green+Blue) = 161+221+116=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD74 is #5E228B. Grayscale: #BFBFBF. Windows color (decimal): -6169228 or 7658913. OLE color: 7658913.

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

Color convert

RGB161221116-
CMYK0.2700.480.13
HSL94.29º60.69%66.08%-
HSV(B)94.29º47.51%86.67%-
XYZ43.7160.5525.91-
YUV191.0985.62106.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=32.33%
G=44.38%
B=23.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211160.2700.480.1394.2960.6966.08
HexA1DD741B030D5e3d42
Octal241335164330601513675102
Binary10100001110111011110100110110110000110110111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD74; }

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

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

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

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

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

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

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

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