#AFE891

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

Shades of Feijoa #AFE891

Tints of Feijoa #AFE891

Color information

#AFE891 (or 0xAFE891) is unknown color: approx Feijoa. HEX triplet: AF, E8 and 91. RGB value is (175,232,145). Sum of RGB (Red+Green+Blue) = 175+232+145=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE891 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE891 is #50176E. Grayscale: #CDCDCD. Windows color (decimal): -5248879 or 9562287. OLE color: 9562287.

HSL color Cylindrical-coordinate representation of color #AFE891: hue angle of 99.31º degrees, saturation: 0.65, 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 #AFE891 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB175232145-
CMYK0.2500.380.09
HSL99.31º65.41%73.92%-
HSV(B)99.31º37.5%90.98%-
XYZ51.6568.8737.36-
YUV205.0494.12106.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 232 (91.02% from 255) = 42.03%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=31.70%
G=42.03%
B=26.27%

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
Decimal1752321450.2500.380.0999.3165.4173.92
HexAFE89119026963414a
Octal2573502213104611143101112
Binary1010111111101000100100011100101001101001110001110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE891; }

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

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

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

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

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

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

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

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