#AFDC85

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

Shades of Feijoa #AFDC85

Tints of Feijoa #AFDC85

Color information

#AFDC85 (or 0xAFDC85) is unknown color: approx Feijoa. HEX triplet: AF, DC and 85. RGB value is (175,220,133). Sum of RGB (Red+Green+Blue) = 175+220+133=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC85 is #50237A. Grayscale: #C4C4C4. Windows color (decimal): -5251963 or 8772783. OLE color: 8772783.

HSL color Cylindrical-coordinate representation of color #AFDC85: hue angle of 91.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFDC85 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB175220133-
CMYK0.2000.400.14
HSL91.03º55.41%69.22%-
HSV(B)91.03º39.55%86.27%-
XYZ47.5161.9931.65-
YUV196.6392.09112.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=33.14%
G=41.67%
B=25.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201330.2000.400.1491.0355.4169.22
HexAFDC8514028E5b3745
Octal257334205240501613367105
Binary101011111101110010000101101000101000111010110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC85; }

 p { color: rgb(175,220,133); }

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

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

 a { background-color: rgb(175,220,133); }

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

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

 span { border-color: rgb(175,220,133); }

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