#A5D86B

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

Shades of Feijoa #A5D86B

Tints of Feijoa #A5D86B

Color information

#A5D86B (or 0xA5D86B) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 6B. RGB value is (165,216,107). Sum of RGB (Red+Green+Blue) = 165+216+107=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D86B is #5A2794. Grayscale: #BCBCBC. Windows color (decimal): -5908373 or 7067813. OLE color: 7067813.

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

Color convert

RGB165216107-
CMYK0.2400.500.15
HSL88.07º58.29%63.33%-
HSV(B)88.07º50.46%84.71%-
XYZ42.7358.1722.89-
YUV188.3282.1111.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=33.81%
G=44.26%
B=21.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161070.2400.500.1588.0758.2963.33
HexA5D86B18032F583a3f
Octal24533015330062171307277
Binary1010010111011000110101111000011001011111011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D86B; }

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

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

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

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

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

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

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

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