#A5DC84

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

Shades of Feijoa #A5DC84

Tints of Feijoa #A5DC84

Color information

#A5DC84 (or 0xA5DC84) is unknown color: approx Feijoa. HEX triplet: A5, DC and 84. RGB value is (165,220,132). Sum of RGB (Red+Green+Blue) = 165+220+132=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC84 is #5A237B. Grayscale: #C1C1C1. Windows color (decimal): -5907324 or 8707237. OLE color: 8707237.

HSL color Cylindrical-coordinate representation of color #A5DC84: hue angle of 97.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5DC84 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB165220132-
CMYK0.2500.400.14
HSL97.5º55.7%69.02%-
HSV(B)97.5º40%86.27%-
XYZ45.2860.8531.19-
YUV193.5293.28107.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=31.91%
G=42.55%
B=25.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201320.2500.400.1497.555.769.02
HexA5DC8419028E623845
Octal245334204310501614270105
Binary101001011101110010000100110010101000111011000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC84; }

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

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

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

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

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

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

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

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