#A5D88E

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

Shades of Feijoa #A5D88E

Tints of Feijoa #A5D88E

Color information

#A5D88E (or 0xA5D88E) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 8E. RGB value is (165,216,142). Sum of RGB (Red+Green+Blue) = 165+216+142=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D88E is #5A2771. Grayscale: #C0C0C0. Windows color (decimal): -5908338 or 9361573. OLE color: 9361573.

HSL color Cylindrical-coordinate representation of color #A5D88E: hue angle of 101.35º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D88E is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB165216142-
CMYK0.2400.340.15
HSL101.35º48.68%70.2%-
HSV(B)101.35º34.26%84.71%-
XYZ44.9659.0634.62-
YUV192.3199.6108.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=31.55%
G=41.30%
B=27.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161420.2400.340.15101.3548.6870.2
HexA5D88E18022F653146
Octal245330216300421714561106
Binary101001011101100010001110110000100010111111001011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D88E; }

 p { color: rgb(165,216,142); }

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

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

 a { background-color: rgb(165,216,142); }

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

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

 span { border-color: rgb(165,216,142); }

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