#AFF286

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

Shades of Feijoa #AFF286

Tints of Feijoa #AFF286

Color information

#AFF286 (or 0xAFF286) is unknown color: approx Feijoa. HEX triplet: AF, F2 and 86. RGB value is (175,242,134). Sum of RGB (Red+Green+Blue) = 175+242+134=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF286 is #500D79. Grayscale: #D2D2D2. Windows color (decimal): -5246330 or 8843951. OLE color: 8843951.

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

Color convert

RGB175242134-
CMYK0.2800.450.05
HSL97.22º80.6%73.73%-
HSV(B)97.22º44.63%94.9%-
XYZ53.7374.3434.07-
YUV209.6685.3103.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 134 (52.73% from 255) = 24.32%
R=31.76%
G=43.92%
B=24.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421340.2800.450.0597.2280.673.73
HexAFF2861C02D561514a
Octal257362206340555141121112
Binary101011111111001010000110111000101101101110000110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF286; }

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

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

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

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

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

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

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

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