#A8E76B

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

Shades of Feijoa #A8E76B

Tints of Feijoa #A8E76B

Color information

#A8E76B (or 0xA8E76B) is unknown color: approx Feijoa. HEX triplet: A8, E7 and 6B. RGB value is (168,231,107). Sum of RGB (Red+Green+Blue) = 168+231+107=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E76B is #571894. Grayscale: #C6C6C6. Windows color (decimal): -5707925 or 7071656. OLE color: 7071656.

HSL color Cylindrical-coordinate representation of color #A8E76B: hue angle of 90.48º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8E76B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB168231107-
CMYK0.2700.540.09
HSL90.48º72.09%66.27%-
HSV(B)90.48º53.68%90.59%-
XYZ47.3866.5424.26-
YUV198.0376.63106.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=33.20%
G=45.65%
B=21.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682311070.2700.540.0990.4872.0966.27
HexA8E76B1B03695a4842
Octal2503471533306611132110102
Binary101010001110011111010111101101101101001101101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E76B; }

 p { color: rgb(168,231,107); }

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

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

 a { background-color: rgb(168,231,107); }

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

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

 span { border-color: rgb(168,231,107); }

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