#AFDE8D

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

Shades of Feijoa #AFDE8D

Tints of Feijoa #AFDE8D

Color information

#AFDE8D (or 0xAFDE8D) is unknown color: approx Feijoa. HEX triplet: AF, DE and 8D. RGB value is (175,222,141). Sum of RGB (Red+Green+Blue) = 175+222+141=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE8D is #502172. Grayscale: #C6C6C6. Windows color (decimal): -5251443 or 9297583. OLE color: 9297583.

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

Color convert

RGB175222141-
CMYK0.2100.360.13
HSL94.81º55.1%71.18%-
HSV(B)94.81º36.49%87.06%-
XYZ48.6163.2834.85-
YUV198.7195.43111.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=32.53%
G=41.26%
B=26.21%

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
Decimal1752221410.2100.360.1394.8155.171.18
HexAFDE8D15024D5f3747
Octal257336215250441513767107
Binary101011111101111010001101101010100100110110111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE8D; }

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

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

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

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

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

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

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

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