#AFE88F

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

Shades of Feijoa #AFE88F

Tints of Feijoa #AFE88F

Color information

#AFE88F (or 0xAFE88F) is unknown color: approx Feijoa. HEX triplet: AF, E8 and 8F. RGB value is (175,232,143). Sum of RGB (Red+Green+Blue) = 175+232+143=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88F is #501770. Grayscale: #CDCDCD. Windows color (decimal): -5248881 or 9431215. OLE color: 9431215.

HSL color Cylindrical-coordinate representation of color #AFE88F: hue angle of 98.43º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE88F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB175232143-
CMYK0.2500.380.09
HSL98.43º65.93%73.53%-
HSV(B)98.43º38.36%90.98%-
XYZ51.4968.8136.55-
YUV204.8193.12106.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 143 (56.25% from 255) = 26%
R=31.82%
G=42.18%
B=26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321430.2500.380.0998.4365.9373.53
HexAFE88F19026962424a
Octal2573502173104611142102112
Binary1010111111101000100011111100101001101001110001010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE88F; }

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

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

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

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

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

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

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

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