#AFE991

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

Shades of Feijoa #AFE991

Tints of Feijoa #AFE991

Color information

#AFE991 (or 0xAFE991) is unknown color: approx Feijoa. HEX triplet: AF, E9 and 91. RGB value is (175,233,145). Sum of RGB (Red+Green+Blue) = 175+233+145=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE991 is #50166E. Grayscale: #CDCDCD. Windows color (decimal): -5248623 or 9562543. OLE color: 9562543.

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

Color convert

RGB175233145-
CMYK0.2500.380.09
HSL99.55º66.67%74.12%-
HSV(B)99.55º37.77%91.37%-
XYZ51.9369.4437.45-
YUV205.6393.78106.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=31.65%
G=42.13%
B=26.22%

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
Decimal1752331450.2500.380.0999.5566.6774.12
HexAFE99119026964434a
Octal2573512213104611144103112
Binary1010111111101001100100011100101001101001110010010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE991; }

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

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

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

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

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

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

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

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