#AFD996

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

Shades of Feijoa #AFD996

Tints of Feijoa #AFD996

Color information

#AFD996 (or 0xAFD996) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 96. RGB value is (175,217,150). Sum of RGB (Red+Green+Blue) = 175+217+150=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD996 is #502669. Grayscale: #C5C5C5. Windows color (decimal): -5252714 or 9886127. OLE color: 9886127.

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

Color convert

RGB175217150-
CMYK0.1900.310.15
HSL97.61º46.85%71.96%-
HSV(B)97.61º30.88%85.1%-
XYZ4860.9438.09-
YUV196.8101.59112.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=32.29%
G=40.04%
B=27.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171500.1900.310.1597.6146.8571.96
HexAFD9961301FF622f48
Octal257331226230371714257110
Binary10101111110110011001011010011011111111111000101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD996; }

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

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

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

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

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

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

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

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