#AFD979

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

Shades of Feijoa #AFD979

Tints of Feijoa #AFD979

Color information

#AFD979 (or 0xAFD979) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 79. RGB value is (175,217,121). Sum of RGB (Red+Green+Blue) = 175+217+121=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD979 is #502686. Grayscale: #C1C1C1. Windows color (decimal): -5252743 or 7985583. OLE color: 7985583.

HSL color Cylindrical-coordinate representation of color #AFD979: hue angle of 86.25º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFD979 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB175217121-
CMYK0.1900.440.15
HSL86.25º55.81%66.27%-
HSV(B)86.25º44.24%85.1%-
XYZ45.9460.1227.27-
YUV193.587.09114.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=34.11%
G=42.30%
B=23.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171210.1900.440.1586.2555.8166.27
HexAFD9791302CF563842
Octal257331171230541712670102
Binary10101111110110011111001100110101100111110101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD979; }

 p { color: rgb(175,217,121); }

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

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

 a { background-color: rgb(175,217,121); }

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

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

 span { border-color: rgb(175,217,121); }

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