#A1DA68

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

Shades of Feijoa #A1DA68

Tints of Feijoa #A1DA68

Color information

#A1DA68 (or 0xA1DA68) is unknown color: approx Feijoa. HEX triplet: A1, DA and 68. RGB value is (161,218,104). Sum of RGB (Red+Green+Blue) = 161+218+104=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA68 is #5E2597. Grayscale: #BCBCBC. Windows color (decimal): -6170008 or 6871713. OLE color: 6871713.

HSL color Cylindrical-coordinate representation of color #A1DA68: hue angle of 90º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1DA68 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB161218104-
CMYK0.2600.520.15
HSL90º60.64%63.14%-
HSV(B)90º52.29%85.49%-
XYZ42.2758.7222.2-
YUV187.9680.62108.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=33.33%
G=45.13%
B=21.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181040.2600.520.159060.6463.14
HexA1DA681A034F5a3d3f
Octal24133215032064171327577
Binary1010000111011010110100011010011010011111011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DA68; }

 p { color: rgb(161,218,104); }

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

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

 a { background-color: rgb(161,218,104); }

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

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

 span { border-color: rgb(161,218,104); }

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