#AFD794

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

Shades of Feijoa #AFD794

Tints of Feijoa #AFD794

Color information

#AFD794 (or 0xAFD794) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 94. RGB value is (175,215,148). Sum of RGB (Red+Green+Blue) = 175+215+148=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD794 is #50286B. Grayscale: #C3C3C3. Windows color (decimal): -5253228 or 9754543. OLE color: 9754543.

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

Color convert

RGB175215148-
CMYK0.1900.310.16
HSL95.82º45.58%71.18%-
HSV(B)95.82º31.16%84.31%-
XYZ47.3259.8537.08-
YUV195.4101.25113.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=32.53%
G=39.96%
B=27.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151480.1900.310.1695.8245.5871.18
HexAFD7941301F10602e47
Octal257327224230372014056107
Binary101011111101011110010100100110111111000011000001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD794; }

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

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

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

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

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

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

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

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