#A8F186

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

Shades of Feijoa #A8F186

Tints of Feijoa #A8F186

Color information

#A8F186 (or 0xA8F186) is unknown color: approx Feijoa. HEX triplet: A8, F1 and 86. RGB value is (168,241,134). Sum of RGB (Red+Green+Blue) = 168+241+134=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F186 is #570E79. Grayscale: #CFCFCF. Windows color (decimal): -5705338 or 8843688. OLE color: 8843688.

HSL color Cylindrical-coordinate representation of color #A8F186: hue angle of 100.93º 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 #A8F186 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB168241134-
CMYK0.3000.440.05
HSL100.93º79.26%73.53%-
HSV(B)100.93º44.4%94.51%-
XYZ51.9172.9633.9-
YUV206.9886.82100.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=30.94%
G=44.38%
B=24.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682411340.3000.440.05100.9379.2673.53
HexA8F1861E02C5654f4a
Octal250361206360545145117112
Binary101010001111000110000110111100101100101110010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F186; }

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

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

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

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

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

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

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

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