#AFDF8B

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

Shades of Feijoa #AFDF8B

Tints of Feijoa #AFDF8B

Color information

#AFDF8B (or 0xAFDF8B) is unknown color: approx Feijoa. HEX triplet: AF, DF and 8B. RGB value is (175,223,139). Sum of RGB (Red+Green+Blue) = 175+223+139=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF8B is #502074. Grayscale: #C7C7C7. Windows color (decimal): -5251189 or 9166767. OLE color: 9166767.

HSL color Cylindrical-coordinate representation of color #AFDF8B: hue angle of 94.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDF8B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB175223139-
CMYK0.2200.380.13
HSL94.29º56.76%70.98%-
HSV(B)94.29º37.67%87.45%-
XYZ48.7363.7534.16-
YUV199.0794.1110.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=32.59%
G=41.53%
B=25.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231390.2200.380.1394.2956.7670.98
HexAFDF8B16026D5e3947
Octal257337213260461513671107
Binary101011111101111110001011101100100110110110111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF8B; }

 p { color: rgb(175,223,139); }

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

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

 a { background-color: rgb(175,223,139); }

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

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

 span { border-color: rgb(175,223,139); }

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