#A1D770

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

Shades of Feijoa #A1D770

Tints of Feijoa #A1D770

Color information

#A1D770 (or 0xA1D770) is unknown color: approx Feijoa. HEX triplet: A1, D7 and 70. RGB value is (161,215,112). Sum of RGB (Red+Green+Blue) = 161+215+112=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D770 is #5E288F. Grayscale: #BBBBBB. Windows color (decimal): -6170768 or 7395233. OLE color: 7395233.

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

Color convert

RGB161215112-
CMYK0.2500.480.16
HSL91.46º56.28%64.12%-
HSV(B)91.46º47.91%84.31%-
XYZ41.9257.3524.19-
YUV187.1185.61109.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=32.99%
G=44.06%
B=22.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151120.2500.480.1691.4656.2864.12
HexA1D77019030105b3840
Octal241327160310602013370100
Binary101000011101011111100001100101100001000010110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D770; }

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

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

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

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

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

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

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

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