#AFD78A

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

Shades of Feijoa #AFD78A

Tints of Feijoa #AFD78A

Color information

#AFD78A (or 0xAFD78A) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 8A. RGB value is (175,215,138). Sum of RGB (Red+Green+Blue) = 175+215+138=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD78A is #502875. Grayscale: #C2C2C2. Windows color (decimal): -5253238 or 9099183. OLE color: 9099183.

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

Color convert

RGB175215138-
CMYK0.1900.360.16
HSL91.17º49.04%69.22%-
HSV(B)91.17º35.81%84.31%-
XYZ46.5759.5533.08-
YUV194.2696.25114.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=33.14%
G=40.72%
B=26.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151380.1900.360.1691.1749.0469.22
HexAFD78A13024105b3145
Octal257327212230442013361105
Binary1010111111010111100010101001101001001000010110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD78A; }

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

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

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

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

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

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

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

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