#AFD97C

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

Shades of Feijoa #AFD97C

Tints of Feijoa #AFD97C

Color information

#AFD97C (or 0xAFD97C) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 7C. RGB value is (175,217,124). Sum of RGB (Red+Green+Blue) = 175+217+124=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD97C is #502683. Grayscale: #C2C2C2. Windows color (decimal): -5252740 or 8182191. OLE color: 8182191.

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

Color convert

RGB175217124-
CMYK0.1900.430.15
HSL87.1º55.03%66.86%-
HSV(B)87.1º42.86%85.1%-
XYZ46.1360.1928.26-
YUV193.8488.59114.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 124 (48.83% from 255) = 24.03%
R=33.91%
G=42.05%
B=24.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171240.1900.430.1587.155.0366.86
HexAFD97C1302BF573743
Octal257331174230531712767103
Binary10101111110110011111100100110101011111110101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD97C; }

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

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

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

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

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

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

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

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