#A5D68D

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

Shades of Feijoa #A5D68D

Tints of Feijoa #A5D68D

Color information

#A5D68D (or 0xA5D68D) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 8D. RGB value is (165,214,141). Sum of RGB (Red+Green+Blue) = 165+214+141=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D68D is #5A2972. Grayscale: #BFBFBF. Windows color (decimal): -5908851 or 9295525. OLE color: 9295525.

HSL color Cylindrical-coordinate representation of color #A5D68D: hue angle of 100.27º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D68D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB165214141-
CMYK0.2300.340.16
HSL100.27º47.1%69.61%-
HSV(B)100.27º34.11%83.92%-
XYZ44.3758.0234.06-
YUV191.0399.77109.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=31.73%
G=41.15%
B=27.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141410.2300.340.16100.2747.169.61
HexA5D68D1702210642f46
Octal245326215270422014457106
Binary1010010111010110100011011011101000101000011001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D68D; }

 p { color: rgb(165,214,141); }

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

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

 a { background-color: rgb(165,214,141); }

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

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

 span { border-color: rgb(165,214,141); }

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