#A5D68B

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

Shades of Feijoa #A5D68B

Tints of Feijoa #A5D68B

Color information

#A5D68B (or 0xA5D68B) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 8B. RGB value is (165,214,139). Sum of RGB (Red+Green+Blue) = 165+214+139=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D68B is #5A2974. Grayscale: #BFBFBF. Windows color (decimal): -5908853 or 9164453. OLE color: 9164453.

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

Color convert

RGB165214139-
CMYK0.2300.350.16
HSL99.2º47.77%69.22%-
HSV(B)99.2º35.05%83.92%-
XYZ44.2257.9633.28-
YUV190.898.77109.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=31.85%
G=41.31%
B=26.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141390.2300.350.1699.247.7769.22
HexA5D68B1702310633045
Octal245326213270432014360105
Binary1010010111010110100010111011101000111000011000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D68B; }

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

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

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

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

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

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

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

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