#A8F685

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

Shades of Feijoa #A8F685

Tints of Feijoa #A8F685

Color information

#A8F685 (or 0xA8F685) is unknown color: approx Feijoa. HEX triplet: A8, F6 and 85. RGB value is (168,246,133). Sum of RGB (Red+Green+Blue) = 168+246+133=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F685 is #57097A. Grayscale: #D2D2D2. Windows color (decimal): -5704059 or 8779432. OLE color: 8779432.

HSL color Cylindrical-coordinate representation of color #A8F685: hue angle of 101.42º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8F685 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB168246133-
CMYK0.3200.460.04
HSL101.42º86.26%74.31%-
HSV(B)101.42º45.93%96.47%-
XYZ53.3475.9334.04-
YUV209.884.6698.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=30.71%
G=44.97%
B=24.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682461330.3200.460.04101.4286.2674.31
HexA8F6852002E465564a
Octal250366205400564145126112
Binary1010100011110110100001011000000101110100110010110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F685; }

 p { color: rgb(168,246,133); }

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

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

 a { background-color: rgb(168,246,133); }

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

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

 span { border-color: rgb(168,246,133); }

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