#A8CE85

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

Shades of Feijoa #A8CE85

Tints of Feijoa #A8CE85

Color information

#A8CE85 (or 0xA8CE85) is unknown color: approx Feijoa. HEX triplet: A8, CE and 85. RGB value is (168,206,133). Sum of RGB (Red+Green+Blue) = 168+206+133=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CE85 is #57317A. Grayscale: #BABABA. Windows color (decimal): -5714299 or 8769192. OLE color: 8769192.

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

Color convert

RGB168206133-
CMYK0.1800.350.19
HSL91.23º42.69%66.47%-
HSV(B)91.23º35.44%80.78%-
XYZ42.4554.1630.41-
YUV186.3297.91114.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=33.14%
G=40.63%
B=26.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061330.1800.350.1991.2342.6966.47
HexA8CE8512023135b2b42
Octal250316205220432313353102
Binary1010100011001110100001011001001000111001110110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CE85; }

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

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

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

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

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

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

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

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