#AFE88A

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

Shades of Feijoa #AFE88A

Tints of Feijoa #AFE88A

Color information

#AFE88A (or 0xAFE88A) is unknown color: approx Feijoa. HEX triplet: AF, E8 and 8A. RGB value is (175,232,138). Sum of RGB (Red+Green+Blue) = 175+232+138=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88A is #501775. Grayscale: #CCCCCC. Windows color (decimal): -5248886 or 9103535. OLE color: 9103535.

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

Color convert

RGB175232138-
CMYK0.2500.410.09
HSL96.38º67.14%72.55%-
HSV(B)96.38º40.52%90.98%-
XYZ51.1268.6634.6-
YUV204.2490.62107.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=32.11%
G=42.57%
B=25.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321380.2500.410.0996.3867.1472.55
HexAFE88A190299604349
Octal2573502123105111140103111
Binary1010111111101000100010101100101010011001110000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE88A; }

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

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

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

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

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

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

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

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