#AFF086

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

Shades of Feijoa #AFF086

Tints of Feijoa #AFF086

Color information

#AFF086 (or 0xAFF086) is unknown color: approx Feijoa. HEX triplet: AF, F0 and 86. RGB value is (175,240,134). Sum of RGB (Red+Green+Blue) = 175+240+134=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF086 is #500F79. Grayscale: #D0D0D0. Windows color (decimal): -5246842 or 8843439. OLE color: 8843439.

HSL color Cylindrical-coordinate representation of color #AFF086: hue angle of 96.79º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF086 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB175240134-
CMYK0.2700.440.06
HSL96.79º77.94%73.33%-
HSV(B)96.79º44.17%94.12%-
XYZ53.1473.1633.87-
YUV208.4885.97104.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 134 (52.73% from 255) = 24.41%
R=31.88%
G=43.72%
B=24.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401340.2700.440.0696.7977.9473.33
HexAFF0861B02C6614e49
Octal257360206330546141116111
Binary101011111111000010000110110110101100110110000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF086; }

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

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

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

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

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

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

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

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