#A8FF6E

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

Shades of Feijoa #A8FF6E

Tints of Feijoa #A8FF6E

Color information

#A8FF6E (or 0xA8FF6E) is unknown color: approx Feijoa. HEX triplet: A8, FF and 6E. RGB value is (168,255,110). Sum of RGB (Red+Green+Blue) = 168+255+110=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF6E is #570091. Grayscale: #D4D4D4. Windows color (decimal): -5701778 or 7274408. OLE color: 7274408.

HSL color Cylindrical-coordinate representation of color #A8FF6E: hue angle of 96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8FF6E is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB168255110-
CMYK0.3400.570
HSL96º100%71.57%-
HSV(B)96º56.86%100%-
XYZ54.7280.9727.5-
YUV212.4670.1896.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 110 (43.36% from 255) = 20.64%
R=31.52%
G=47.84%
B=20.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682551100.3400.5709610071.57
HexA8FF6E220390606448
Octal250377156420710140144110
Binary1010100011111111110111010001001110010110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FF6E; }

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

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

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

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

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

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

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

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