#AFD971

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

Shades of Feijoa #AFD971

Tints of Feijoa #AFD971

Color information

#AFD971 (or 0xAFD971) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 71. RGB value is (175,217,113). Sum of RGB (Red+Green+Blue) = 175+217+113=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD971 is #50268E. Grayscale: #C0C0C0. Windows color (decimal): -5252751 or 7461295. OLE color: 7461295.

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

Color convert

RGB175217113-
CMYK0.1900.480.15
HSL84.23º57.78%64.71%-
HSV(B)84.23º47.93%85.1%-
XYZ45.4759.9324.79-
YUV192.5983.09115.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=34.65%
G=42.97%
B=22.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171130.1900.480.1584.2357.7864.71
HexAFD97113030F543a41
Octal257331161230601712472101
Binary10101111110110011110001100110110000111110101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD971; }

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

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

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

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

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

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

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

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