#A3DF87

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

Shades of Feijoa #A3DF87

Tints of Feijoa #A3DF87

Color information

#A3DF87 (or 0xA3DF87) is unknown color: approx Feijoa. HEX triplet: A3, DF and 87. RGB value is (163,223,135). Sum of RGB (Red+Green+Blue) = 163+223+135=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DF87 is #5C2078. Grayscale: #C3C3C3. Windows color (decimal): -6037625 or 8904611. OLE color: 8904611.

HSL color Cylindrical-coordinate representation of color #A3DF87: hue angle of 100.91º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3DF87 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB163223135-
CMYK0.2700.390.13
HSL100.91º57.89%70.2%-
HSV(B)100.91º39.46%87.45%-
XYZ45.8762.3132.53-
YUV195.0394.12105.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 135 (53.12% from 255) = 25.91%
R=31.29%
G=42.80%
B=25.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231350.2700.390.13100.9157.8970.2
HexA3DF871B027D653a46
Octal243337207330471514572106
Binary101000111101111110000111110110100111110111001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DF87; }

 p { color: rgb(163,223,135); }

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

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

 a { background-color: rgb(163,223,135); }

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

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

 span { border-color: rgb(163,223,135); }

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