#AFD791

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

Shades of Feijoa #AFD791

Tints of Feijoa #AFD791

Color information

#AFD791 (or 0xAFD791) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 91. RGB value is (175,215,145). Sum of RGB (Red+Green+Blue) = 175+215+145=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD791 is #50286E. Grayscale: #C3C3C3. Windows color (decimal): -5253231 or 9557935. OLE color: 9557935.

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

Color convert

RGB175215145-
CMYK0.1900.330.16
HSL94.29º46.67%70.59%-
HSV(B)94.29º32.56%84.31%-
XYZ47.0959.7635.84-
YUV195.0699.75113.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 145 (57.03% from 255) = 27.10%
R=32.71%
G=40.19%
B=27.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151450.1900.330.1694.2946.6770.59
HexAFD79113021105e2f47
Octal257327221230412013657107
Binary1010111111010111100100011001101000011000010111101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD791; }

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

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

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

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

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

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

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

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