#A1D875

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

Shades of Feijoa #A1D875

Tints of Feijoa #A1D875

Color information

#A1D875 (or 0xA1D875) is unknown color: approx Feijoa. HEX triplet: A1, D8 and 75. RGB value is (161,216,117). Sum of RGB (Red+Green+Blue) = 161+216+117=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D875 is #5E278A. Grayscale: #BCBCBC. Windows color (decimal): -6170507 or 7723169. OLE color: 7723169.

HSL color Cylindrical-coordinate representation of color #A1D875: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1D875 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB161216117-
CMYK0.2500.460.15
HSL93.33º55.93%65.29%-
HSV(B)93.33º45.83%84.71%-
XYZ42.4657.9725.78-
YUV188.2787.78108.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 216 (84.77% from 255) = 43.72%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=32.59%
G=43.72%
B=23.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161170.2500.460.1593.3355.9365.29
HexA1D8751902EF5d3841
Octal241330165310561713570101
Binary10100001110110001110101110010101110111110111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D875; }

 p { color: rgb(161,216,117); }

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

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

 a { background-color: rgb(161,216,117); }

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

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

 span { border-color: rgb(161,216,117); }

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