#AFE18E

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

Shades of Feijoa #AFE18E

Tints of Feijoa #AFE18E

Color information

#AFE18E (or 0xAFE18E) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 8E. RGB value is (175,225,142). Sum of RGB (Red+Green+Blue) = 175+225+142=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE18E is #501E71. Grayscale: #C8C8C8. Windows color (decimal): -5250674 or 9363887. OLE color: 9363887.

HSL color Cylindrical-coordinate representation of color #AFE18E: hue angle of 96.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE18E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB175225142-
CMYK0.2200.370.12
HSL96.14º58.04%71.96%-
HSV(B)96.14º36.89%88.24%-
XYZ49.4964.9235.51-
YUV200.5994.94109.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=32.29%
G=41.51%
B=26.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251420.2200.370.1296.1458.0471.96
HexAFE18E16025C603a48
Octal257341216260451414072110
Binary101011111110000110001110101100100101110011000001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE18E; }

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

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

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

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

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

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

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

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