#AFE18A

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

Shades of Feijoa #AFE18A

Tints of Feijoa #AFE18A

Color information

#AFE18A (or 0xAFE18A) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 8A. RGB value is (175,225,138). Sum of RGB (Red+Green+Blue) = 175+225+138=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE18A is #501E75. Grayscale: #C8C8C8. Windows color (decimal): -5250678 or 9101743. OLE color: 9101743.

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

Color convert

RGB175225138-
CMYK0.2200.390.12
HSL94.48º59.18%71.18%-
HSV(B)94.48º38.67%88.24%-
XYZ49.1964.833.96-
YUV200.1392.94110.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=32.53%
G=41.82%
B=25.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251380.2200.390.1294.4859.1871.18
HexAFE18A16027C5e3b47
Octal257341212260471413673107
Binary101011111110000110001010101100100111110010111101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE18A; }

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

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

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

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

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

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

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

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