#AFE88D

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

Shades of Feijoa #AFE88D

Tints of Feijoa #AFE88D

Color information

#AFE88D (or 0xAFE88D) is unknown color: approx Feijoa. HEX triplet: AF, E8 and 8D. RGB value is (175,232,141). Sum of RGB (Red+Green+Blue) = 175+232+141=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88D is #501772. Grayscale: #CCCCCC. Windows color (decimal): -5248883 or 9300143. OLE color: 9300143.

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

Color convert

RGB175232141-
CMYK0.2500.390.09
HSL97.58º66.42%73.14%-
HSV(B)97.58º39.22%90.98%-
XYZ51.3468.7535.76-
YUV204.5892.12106.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 232 (91.02% from 255) = 42.34%
BLUE value IS 141 (55.47% from 255) = 25.73%
R=31.93%
G=42.34%
B=25.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321410.2500.390.0997.5866.4273.14
HexAFE88D190279624249
Octal2573502153104711142102111
Binary1010111111101000100011011100101001111001110001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE88D; }

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

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

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

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

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

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

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

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