#AFDF8E

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

Shades of Feijoa #AFDF8E

Tints of Feijoa #AFDF8E

Color information

#AFDF8E (or 0xAFDF8E) is unknown color: approx Feijoa. HEX triplet: AF, DF and 8E. RGB value is (175,223,142). Sum of RGB (Red+Green+Blue) = 175+223+142=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF8E is #502071. Grayscale: #C7C7C7. Windows color (decimal): -5251186 or 9363375. OLE color: 9363375.

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

Color convert

RGB175223142-
CMYK0.2200.360.13
HSL95.56º55.86%71.57%-
HSV(B)95.56º36.32%87.45%-
XYZ48.9563.8435.33-
YUV199.4195.6110.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=32.41%
G=41.30%
B=26.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231420.2200.360.1395.5655.8671.57
HexAFDF8E16024D603848
Octal257337216260441514070110
Binary101011111101111110001110101100100100110111000001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF8E; }

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

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

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

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

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

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

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

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