#AFD991

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

Shades of Feijoa #AFD991

Tints of Feijoa #AFD991

Color information

#AFD991 (or 0xAFD991) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 91. RGB value is (175,217,145). Sum of RGB (Red+Green+Blue) = 175+217+145=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD991 is #50266E. Grayscale: #C4C4C4. Windows color (decimal): -5252719 or 9558447. OLE color: 9558447.

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

Color convert

RGB175217145-
CMYK0.1900.330.15
HSL95º48.65%70.98%-
HSV(B)95º33.18%85.1%-
XYZ47.660.7836.01-
YUV196.2399.09112.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 145 (57.03% from 255) = 27.00%
R=32.59%
G=40.41%
B=27.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171450.1900.330.159548.6570.98
HexAFD99113021F5f3147
Octal257331221230411713761107
Binary101011111101100110010001100110100001111110111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD991; }

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

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

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

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

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

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

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

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