#A8CE80

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

Shades of Feijoa #A8CE80

Tints of Feijoa #A8CE80

Color information

#A8CE80 (or 0xA8CE80) is unknown color: approx Feijoa. HEX triplet: A8, CE and 80. RGB value is (168,206,128). Sum of RGB (Red+Green+Blue) = 168+206+128=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CE80 is #57317F. Grayscale: #BABABA. Windows color (decimal): -5714304 or 8441512. OLE color: 8441512.

HSL color Cylindrical-coordinate representation of color #A8CE80: hue angle of 89.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8CE80 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB168206128-
CMYK0.1800.380.19
HSL89.23º44.32%65.49%-
HSV(B)89.23º37.86%80.78%-
XYZ42.1254.0328.63-
YUV185.7595.41115.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=33.47%
G=41.04%
B=25.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061280.1800.380.1989.2344.3265.49
HexA8CE801202613592c41
Octal250316200220462313154101
Binary1010100011001110100000001001001001101001110110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CE80; }

 p { color: rgb(168,206,128); }

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

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

 a { background-color: rgb(168,206,128); }

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

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

 span { border-color: rgb(168,206,128); }

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