#A8E86C

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

Shades of Feijoa #A8E86C

Tints of Feijoa #A8E86C

Color information

#A8E86C (or 0xA8E86C) is unknown color: approx Feijoa. HEX triplet: A8, E8 and 6C. RGB value is (168,232,108). Sum of RGB (Red+Green+Blue) = 168+232+108=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E86C is #571793. Grayscale: #C7C7C7. Windows color (decimal): -5707668 or 7137448. OLE color: 7137448.

HSL color Cylindrical-coordinate representation of color #A8E86C: hue angle of 90.97º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8E86C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB168232108-
CMYK0.2800.530.09
HSL90.97º72.94%66.67%-
HSV(B)90.97º53.45%90.98%-
XYZ47.7167.1224.63-
YUV198.7376.8106.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 232 (91.02% from 255) = 45.67%
BLUE value IS 108 (42.58% from 255) = 21.26%
R=33.07%
G=45.67%
B=21.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682321080.2800.530.0990.9772.9466.67
HexA8E86C1C03595b4943
Octal2503501543406511133111103
Binary101010001110100011011001110001101011001101101110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E86C; }

 p { color: rgb(168,232,108); }

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

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

 a { background-color: rgb(168,232,108); }

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

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

 span { border-color: rgb(168,232,108); }

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