#AFD78C

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

Shades of Feijoa #AFD78C

Tints of Feijoa #AFD78C

Color information

#AFD78C (or 0xAFD78C) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 8C. RGB value is (175,215,140). Sum of RGB (Red+Green+Blue) = 175+215+140=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD78C is #502873. Grayscale: #C2C2C2. Windows color (decimal): -5253236 or 9230255. OLE color: 9230255.

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

Color convert

RGB175215140-
CMYK0.1900.350.16
HSL92º48.39%69.61%-
HSV(B)92º34.88%84.31%-
XYZ46.7159.6133.85-
YUV194.4997.25114.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=33.02%
G=40.57%
B=26.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151400.1900.350.169248.3969.61
HexAFD78C13023105c3046
Octal257327214230432013460106
Binary1010111111010111100011001001101000111000010111001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD78C; }

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

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

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

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

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

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

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

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