#A1D870

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

Shades of Feijoa #A1D870

Tints of Feijoa #A1D870

Color information

#A1D870 (or 0xA1D870) is unknown color: approx Feijoa. HEX triplet: A1, D8 and 70. RGB value is (161,216,112). Sum of RGB (Red+Green+Blue) = 161+216+112=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D870 is #5E278F. Grayscale: #BCBCBC. Windows color (decimal): -6170512 or 7395489. OLE color: 7395489.

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

Color convert

RGB161216112-
CMYK0.2500.480.15
HSL91.73º57.14%64.31%-
HSV(B)91.73º48.15%84.71%-
XYZ42.1857.8624.27-
YUV187.785.28108.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=32.92%
G=44.17%
B=22.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161120.2500.480.1591.7357.1464.31
HexA1D87019030F5c3940
Octal241330160310601713471100
Binary10100001110110001110000110010110000111110111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D870; }

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

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

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

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

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

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

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

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