#A8FC6E

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

Shades of Feijoa #A8FC6E

Tints of Feijoa #A8FC6E

Color information

#A8FC6E (or 0xA8FC6E) is unknown color: approx Feijoa. HEX triplet: A8, FC and 6E. RGB value is (168,252,110). Sum of RGB (Red+Green+Blue) = 168+252+110=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC6E is #570391. Grayscale: #D3D3D3. Windows color (decimal): -5702546 or 7273640. OLE color: 7273640.

HSL color Cylindrical-coordinate representation of color #A8FC6E: hue angle of 95.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8FC6E is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB168252110-
CMYK0.3300.560.01
HSL95.49º95.95%70.98%-
HSV(B)95.49º56.35%98.82%-
XYZ53.7779.0727.18-
YUV210.771.1797.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 110 (43.36% from 255) = 20.75%
R=31.70%
G=47.55%
B=20.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682521100.3300.560.0195.4995.9570.98
HexA8FC6E2103815f6047
Octal250374156410701137140107
Binary1010100011111100110111010000101110001101111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FC6E; }

 p { color: rgb(168,252,110); }

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

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

 a { background-color: rgb(168,252,110); }

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

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

 span { border-color: rgb(168,252,110); }

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