#AFEB91

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

Shades of Feijoa #AFEB91

Tints of Feijoa #AFEB91

Color information

#AFEB91 (or 0xAFEB91) is unknown color: approx Feijoa. HEX triplet: AF, EB and 91. RGB value is (175,235,145). Sum of RGB (Red+Green+Blue) = 175+235+145=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB91 is #50146E. Grayscale: #CFCFCF. Windows color (decimal): -5248111 or 9563055. OLE color: 9563055.

HSL color Cylindrical-coordinate representation of color #AFEB91: hue angle of 100º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFEB91 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB175235145-
CMYK0.2600.380.08
HSL100º69.23%74.51%-
HSV(B)100º38.3%92.16%-
XYZ52.570.5737.64-
YUV206.893.12105.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 145 (57.03% from 255) = 26.13%
R=31.53%
G=42.34%
B=26.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351450.2600.380.0810069.2374.51
HexAFEB911A026864454b
Octal2573532213204610144105113
Binary1010111111101011100100011101001001101000110010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB91; }

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

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

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

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

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

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

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

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