#AFD880

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

Shades of Feijoa #AFD880

Tints of Feijoa #AFD880

Color information

#AFD880 (or 0xAFD880) is unknown color: approx Feijoa. HEX triplet: AF, D8 and 80. RGB value is (175,216,128). Sum of RGB (Red+Green+Blue) = 175+216+128=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD880 is #50277F. Grayscale: #C2C2C2. Windows color (decimal): -5252992 or 8444079. OLE color: 8444079.

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

Color convert

RGB175216128-
CMYK0.1900.410.15
HSL87.95º53.01%67.45%-
HSV(B)87.95º40.74%84.71%-
XYZ46.1359.7829.53-
YUV193.7190.92114.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=33.72%
G=41.62%
B=24.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161280.1900.410.1587.9553.0167.45
HexAFD88013029F583543
Octal257330200230511713065103
Binary101011111101100010000000100110101001111110110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD880; }

 p { color: rgb(175,216,128); }

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

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

 a { background-color: rgb(175,216,128); }

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

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

 span { border-color: rgb(175,216,128); }

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