#A1D669

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

Shades of Feijoa #A1D669

Tints of Feijoa #A1D669

Color information

#A1D669 (or 0xA1D669) is unknown color: approx Feijoa. HEX triplet: A1, D6 and 69. RGB value is (161,214,105). Sum of RGB (Red+Green+Blue) = 161+214+105=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D669 is #5E2996. Grayscale: #BABABA. Windows color (decimal): -6171031 or 6936225. OLE color: 6936225.

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

Color convert

RGB161214105-
CMYK0.2500.510.16
HSL89.17º57.07%62.55%-
HSV(B)89.17º50.93%83.92%-
XYZ41.2956.6922.13-
YUV185.7382.44110.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=33.54%
G=44.58%
B=21.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141050.2500.510.1689.1757.0762.55
HexA1D669190331059393f
Octal24132615131063201317177
Binary10100001110101101101001110010110011100001011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D669; }

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

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

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

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

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

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

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

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