#afde8f

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

Shades of Feijoa #AFDE8F

Tints of Feijoa #AFDE8F

Color information

#AFDE8F (or 0xAFDE8F) is unknown color: approx Feijoa. HEX triplet: AF, DE and 8F. RGB value is (175,222,143). Sum of RGB (Red+Green+Blue) = 175+222+143=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE8F is #502170. Grayscale: #C7C7C7. Windows color (decimal): -5251441 or 9428655. OLE color: 9428655.

HSL color Cylindrical-coordinate representation of color #AFDE8F: hue angle of 95.7º degrees, saturation: 0.54, 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 #AFDE8F is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB175222143-
CMYK0.2100.360.13
HSL95.7º54.48%71.57%-
HSV(B)95.7º35.59%87.06%-
XYZ48.7663.3435.64-
YUV198.9496.43110.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 222 (87.11% from 255) = 41.11%
BLUE value IS 143 (56.25% from 255) = 26.48%
R=32.41%
G=41.11%
B=26.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221430.2100.360.1395.754.4871.57
HexAFDE8F15024D603648
Octal257336217250441514066110
Binary101011111101111010001111101010100100110111000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afde8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afde8f; }

 p { color: rgb(175,222,143); }

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

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

 a { background-color: rgb(175,222,143); }

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

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

 span { border-color: rgb(175,222,143); }

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