#A1D67D

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

Shades of Feijoa #A1D67D

Tints of Feijoa #A1D67D

Color information

#A1D67D (or 0xA1D67D) is unknown color: approx Feijoa. HEX triplet: A1, D6 and 7D. RGB value is (161,214,125). Sum of RGB (Red+Green+Blue) = 161+214+125=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D67D is #5E2982. Grayscale: #BCBCBC. Windows color (decimal): -6171011 or 8246945. OLE color: 8246945.

HSL color Cylindrical-coordinate representation of color #A1D67D: hue angle of 95.73º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1D67D is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB161214125-
CMYK0.2500.420.16
HSL95.73º52.05%66.47%-
HSV(B)95.73º41.59%83.92%-
XYZ42.4557.1528.2-
YUV188.0192.44108.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 125 (49.22% from 255) = 25%
R=32.2%
G=42.8%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141250.2500.420.1695.7352.0566.47
HexA1D67D1902A10603442
Octal241326175310522014064102
Binary101000011101011011111011100101010101000011000001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D67D; }

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

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

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

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

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

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

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

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