#AFFA86

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

Shades of Feijoa #AFFA86

Tints of Feijoa #AFFA86

Color information

#AFFA86 (or 0xAFFA86) is unknown color: approx Feijoa. HEX triplet: AF, FA and 86. RGB value is (175,250,134). Sum of RGB (Red+Green+Blue) = 175+250+134=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA86 is #500579. Grayscale: #D6D6D6. Windows color (decimal): -5244282 or 8845999. OLE color: 8845999.

HSL color Cylindrical-coordinate representation of color #AFFA86: hue angle of 98.79º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFFA86 is Cyan = 0.3, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB175250134-
CMYK0.300.460.02
HSL98.79º92.06%75.29%-
HSV(B)98.79º46.4%98.04%-
XYZ56.1779.2134.88-
YUV214.3582.6599.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 134 (52.73% from 255) = 23.97%
R=31.31%
G=44.72%
B=23.97%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501340.300.460.0298.7992.0675.29
HexAFFA861E02E2635c4b
Octal257372206360562143134113
Binary10101111111110101000011011110010111010110001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA86; }

 p { color: rgb(175,250,134); }

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

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

 a { background-color: rgb(175,250,134); }

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

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

 span { border-color: rgb(175,250,134); }

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