#AFD77C

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

Shades of Feijoa #AFD77C

Tints of Feijoa #AFD77C

Color information

#AFD77C (or 0xAFD77C) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 7C. RGB value is (175,215,124). Sum of RGB (Red+Green+Blue) = 175+215+124=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD77C is #502883. Grayscale: #C0C0C0. Windows color (decimal): -5253252 or 8181679. OLE color: 8181679.

HSL color Cylindrical-coordinate representation of color #AFD77C: hue angle of 86.37º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFD77C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB175215124-
CMYK0.1900.420.16
HSL86.37º53.22%66.47%-
HSV(B)86.37º42.33%84.31%-
XYZ45.6259.1728.09-
YUV192.6789.25115.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=34.05%
G=41.83%
B=24.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151240.1900.420.1686.3753.2266.47
HexAFD77C1302A10563542
Octal257327174230522012665102
Binary101011111101011111111001001101010101000010101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD77C; }

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

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

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

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

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

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

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

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