#A5CE84

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

Shades of Feijoa #A5CE84

Tints of Feijoa #A5CE84

Color information

#A5CE84 (or 0xA5CE84) is unknown color: approx Feijoa. HEX triplet: A5, CE and 84. RGB value is (165,206,132). Sum of RGB (Red+Green+Blue) = 165+206+132=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE84 is #5A317B. Grayscale: #B9B9B9. Windows color (decimal): -5910908 or 8703653. OLE color: 8703653.

HSL color Cylindrical-coordinate representation of color #A5CE84: hue angle of 93.24º 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 #A5CE84 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB165206132-
CMYK0.2000.360.19
HSL93.24º43.02%66.27%-
HSV(B)93.24º35.92%80.78%-
XYZ41.7553.8130.02-
YUV185.397.92113.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=32.80%
G=40.95%
B=26.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061320.2000.360.1993.2443.0266.27
HexA5CE8414024135d2b42
Octal245316204240442313553102
Binary1010010111001110100001001010001001001001110111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE84; }

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

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

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

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

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

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

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

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