#AFE881

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

Shades of Feijoa #AFE881

Tints of Feijoa #AFE881

Color information

#AFE881 (or 0xAFE881) is unknown color: approx Feijoa. HEX triplet: AF, E8 and 81. RGB value is (175,232,129). Sum of RGB (Red+Green+Blue) = 175+232+129=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE881 is #50177E. Grayscale: #CBCBCB. Windows color (decimal): -5248895 or 8513711. OLE color: 8513711.

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

Color convert

RGB175232129-
CMYK0.2500.440.09
HSL93.2º69.13%70.78%-
HSV(B)93.2º44.4%90.98%-
XYZ50.568.4131.31-
YUV203.2186.12107.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 232 (91.02% from 255) = 43.28%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=32.65%
G=43.28%
B=24.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321290.2500.440.0993.269.1370.78
HexAFE8811902C95d4547
Octal2573502013105411135105107
Binary1010111111101000100000011100101011001001101110110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE881; }

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

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

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

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

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

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

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

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