#A5D870

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

Shades of Feijoa #A5D870

Tints of Feijoa #A5D870

Color information

#A5D870 (or 0xA5D870) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 70. RGB value is (165,216,112). Sum of RGB (Red+Green+Blue) = 165+216+112=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D870 is #5A278F. Grayscale: #BDBDBD. Windows color (decimal): -5908368 or 7395493. OLE color: 7395493.

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

Color convert

RGB165216112-
CMYK0.2400.480.15
HSL89.42º57.14%64.31%-
HSV(B)89.42º48.15%84.71%-
XYZ4358.2824.31-
YUV188.984.6110.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=33.47%
G=43.81%
B=22.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161120.2400.480.1589.4257.1464.31
HexA5D87018030F593940
Octal245330160300601713171100
Binary10100101110110001110000110000110000111110110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D870; }

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

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

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

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

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

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

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

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