#AFE988

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

Shades of Feijoa #AFE988

Tints of Feijoa #AFE988

Color information

#AFE988 (or 0xAFE988) is unknown color: approx Feijoa. HEX triplet: AF, E9 and 88. RGB value is (175,233,136). Sum of RGB (Red+Green+Blue) = 175+233+136=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE988 is #501677. Grayscale: #CCCCCC. Windows color (decimal): -5248632 or 8972719. OLE color: 8972719.

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

Color convert

RGB175233136-
CMYK0.2500.420.09
HSL95.88º68.79%72.35%-
HSV(B)95.88º41.63%91.37%-
XYZ51.2669.1733.94-
YUV204.689.28106.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 233 (91.41% from 255) = 42.83%
BLUE value IS 136 (53.52% from 255) = 25%
R=32.17%
G=42.83%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331360.2500.420.0995.8868.7972.35
HexAFE9881902A9604548
Octal2573512103105211140105110
Binary1010111111101001100010001100101010101001110000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE988; }

 p { color: rgb(175,233,136); }

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

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

 a { background-color: rgb(175,233,136); }

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

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

 span { border-color: rgb(175,233,136); }

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