#AFDA87

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

Shades of Feijoa #AFDA87

Tints of Feijoa #AFDA87

Color information

#AFDA87 (or 0xAFDA87) is unknown color: approx Feijoa. HEX triplet: AF, DA and 87. RGB value is (175,218,135). Sum of RGB (Red+Green+Blue) = 175+218+135=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA87 is #502578. Grayscale: #C3C3C3. Windows color (decimal): -5252473 or 8903343. OLE color: 8903343.

HSL color Cylindrical-coordinate representation of color #AFDA87: hue angle of 91.08º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDA87 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB175218135-
CMYK0.2000.380.15
HSL91.08º52.87%69.22%-
HSV(B)91.08º38.07%85.49%-
XYZ47.1261.0132.21-
YUV195.6893.75113.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=33.14%
G=41.29%
B=25.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181350.2000.380.1591.0852.8769.22
HexAFDA8714026F5b3545
Octal257332207240461713365105
Binary101011111101101010000111101000100110111110110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA87; }

 p { color: rgb(175,218,135); }

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

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

 a { background-color: rgb(175,218,135); }

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

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

 span { border-color: rgb(175,218,135); }

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