#AFD88C

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

Shades of Feijoa #AFD88C

Tints of Feijoa #AFD88C

Color information

#AFD88C (or 0xAFD88C) is unknown color: approx Feijoa. HEX triplet: AF, D8 and 8C. RGB value is (175,216,140). Sum of RGB (Red+Green+Blue) = 175+216+140=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD88C is #502773. Grayscale: #C3C3C3. Windows color (decimal): -5252980 or 9230511. OLE color: 9230511.

HSL color Cylindrical-coordinate representation of color #AFD88C: hue angle of 92.37º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFD88C is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB175216140-
CMYK0.1900.350.15
HSL92.37º49.35%69.8%-
HSV(B)92.37º35.19%84.71%-
XYZ46.9760.1233.94-
YUV195.0896.92113.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=32.96%
G=40.68%
B=26.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161400.1900.350.1592.3749.3569.8
HexAFD88C13023F5c3146
Octal257330214230431713461106
Binary101011111101100010001100100110100011111110111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD88C; }

 p { color: rgb(175,216,140); }

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

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

 a { background-color: rgb(175,216,140); }

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

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

 span { border-color: rgb(175,216,140); }

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