#AFD18E

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

Shades of Feijoa #AFD18E

Tints of Feijoa #AFD18E

Color information

#AFD18E (or 0xAFD18E) is unknown color: approx Feijoa. HEX triplet: AF, D1 and 8E. RGB value is (175,209,142). Sum of RGB (Red+Green+Blue) = 175+209+142=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD18E is #502E71. Grayscale: #BFBFBF. Windows color (decimal): -5254770 or 9359791. OLE color: 9359791.

HSL color Cylindrical-coordinate representation of color #AFD18E: hue angle of 90.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD18E is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB175209142-
CMYK0.1600.320.18
HSL90.45º42.14%68.82%-
HSV(B)90.45º32.06%81.96%-
XYZ45.3656.6734.14-
YUV191.2100.24116.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=33.27%
G=39.73%
B=27.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091420.1600.320.1890.4542.1468.82
HexAFD18E10020125a2a45
Octal257321216200402213252105
Binary1010111111010001100011101000001000001001010110101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD18E; }

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

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

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

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

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

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

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

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