#AFF986

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

Shades of Feijoa #AFF986

Tints of Feijoa #AFF986

Color information

#AFF986 (or 0xAFF986) is unknown color: approx Feijoa. HEX triplet: AF, F9 and 86. RGB value is (175,249,134). Sum of RGB (Red+Green+Blue) = 175+249+134=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF986 is #500679. Grayscale: #D6D6D6. Windows color (decimal): -5244538 or 8845743. OLE color: 8845743.

HSL color Cylindrical-coordinate representation of color #AFF986: hue angle of 98.61º degrees, saturation: 0.91, 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 #AFF986 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB175249134-
CMYK0.3000.460.02
HSL98.61º90.55%75.1%-
HSV(B)98.61º46.18%97.65%-
XYZ55.8678.5934.78-
YUV213.7682.98100.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 134 (52.73% from 255) = 24.01%
R=31.36%
G=44.62%
B=24.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491340.3000.460.0298.6190.5575.1
HexAFF9861E02E2635b4b
Octal257371206360562143133113
Binary10101111111110011000011011110010111010110001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF986; }

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

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

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

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

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

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

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

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