#A8CE84

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

Shades of Feijoa #A8CE84

Tints of Feijoa #A8CE84

Color information

#A8CE84 (or 0xA8CE84) is unknown color: approx Feijoa. HEX triplet: A8, CE and 84. RGB value is (168,206,132). Sum of RGB (Red+Green+Blue) = 168+206+132=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CE84 is #57317B. Grayscale: #BABABA. Windows color (decimal): -5714300 or 8703656. OLE color: 8703656.

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

Color convert

RGB168206132-
CMYK0.1800.360.19
HSL90.81º43.02%66.27%-
HSV(B)90.81º35.92%80.78%-
XYZ42.3854.1330.04-
YUV186.297.41115.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=33.20%
G=40.71%
B=26.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061320.1800.360.1990.8143.0266.27
HexA8CE8412024135b2b42
Octal250316204220442313353102
Binary1010100011001110100001001001001001001001110110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CE84; }

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

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

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

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

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

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

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

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