#AFF186

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

Shades of Feijoa #AFF186

Tints of Feijoa #AFF186

Color information

#AFF186 (or 0xAFF186) is unknown color: approx Feijoa. HEX triplet: AF, F1 and 86. RGB value is (175,241,134). Sum of RGB (Red+Green+Blue) = 175+241+134=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF186 is #500E79. Grayscale: #D1D1D1. Windows color (decimal): -5246586 or 8843695. OLE color: 8843695.

HSL color Cylindrical-coordinate representation of color #AFF186: hue angle of 97.01º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF186 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB175241134-
CMYK0.2700.440.05
HSL97.01º79.26%73.53%-
HSV(B)97.01º44.4%94.51%-
XYZ53.4473.7533.97-
YUV209.0785.63103.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=31.82%
G=43.82%
B=24.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411340.2700.440.0597.0179.2673.53
HexAFF1861B02C5614f4a
Octal257361206330545141117112
Binary101011111111000110000110110110101100101110000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF186; }

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

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

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

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

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

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

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

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