#A3D66C

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

Shades of Feijoa #A3D66C

Tints of Feijoa #A3D66C

Color information

#A3D66C (or 0xA3D66C) is unknown color: approx Feijoa. HEX triplet: A3, D6 and 6C. RGB value is (163,214,108). Sum of RGB (Red+Green+Blue) = 163+214+108=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D66C is #5C2993. Grayscale: #BBBBBB. Windows color (decimal): -6039956 or 7132835. OLE color: 7132835.

HSL color Cylindrical-coordinate representation of color #A3D66C: hue angle of 88.87º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3D66C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB163214108-
CMYK0.2400.500.16
HSL88.87º56.38%63.14%-
HSV(B)88.87º49.53%83.92%-
XYZ41.8656.9622.98-
YUV186.6783.6111.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=33.61%
G=44.12%
B=22.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632141080.2400.500.1688.8756.3863.14
HexA3D66C180321059383f
Octal24332615430062201317077
Binary10100011110101101101100110000110010100001011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D66C; }

 p { color: rgb(163,214,108); }

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

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

 a { background-color: rgb(163,214,108); }

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

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

 span { border-color: rgb(163,214,108); }

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