#AFD796

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

Shades of Feijoa #AFD796

Tints of Feijoa #AFD796

Color information

#AFD796 (or 0xAFD796) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 96. RGB value is (175,215,150). Sum of RGB (Red+Green+Blue) = 175+215+150=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD796 is #502869. Grayscale: #C3C3C3. Windows color (decimal): -5253226 or 9885615. OLE color: 9885615.

HSL color Cylindrical-coordinate representation of color #AFD796: hue angle of 96.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD796 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB175215150-
CMYK0.1900.300.16
HSL96.92º44.83%71.57%-
HSV(B)96.92º30.23%84.31%-
XYZ47.4859.9237.92-
YUV195.63102.25113.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=32.41%
G=39.81%
B=27.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151500.1900.300.1696.9244.8371.57
HexAFD7961301E10612d48
Octal257327226230362014155110
Binary101011111101011110010110100110111101000011000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD796; }

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

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

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

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

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

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

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

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