#AFDF86

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

Shades of Feijoa #AFDF86

Tints of Feijoa #AFDF86

Color information

#AFDF86 (or 0xAFDF86) is unknown color: approx Feijoa. HEX triplet: AF, DF and 86. RGB value is (175,223,134). Sum of RGB (Red+Green+Blue) = 175+223+134=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF86 is #502079. Grayscale: #C6C6C6. Windows color (decimal): -5251194 or 8839087. OLE color: 8839087.

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

Color convert

RGB175223134-
CMYK0.2200.400.13
HSL92.36º58.17%70%-
HSV(B)92.36º39.91%87.45%-
XYZ48.3763.6132.28-
YUV198.591.6111.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=32.89%
G=41.92%
B=25.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231340.2200.400.1392.3658.1770
HexAFDF8616028D5c3a46
Octal257337206260501513472106
Binary101011111101111110000110101100101000110110111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF86; }

 p { color: rgb(175,223,134); }

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

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

 a { background-color: rgb(175,223,134); }

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

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

 span { border-color: rgb(175,223,134); }

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