#A5DC6A

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

Shades of Feijoa #A5DC6A

Tints of Feijoa #A5DC6A

Color information

#A5DC6A (or 0xA5DC6A) is unknown color: approx Feijoa. HEX triplet: A5, DC and 6A. RGB value is (165,220,106). Sum of RGB (Red+Green+Blue) = 165+220+106=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC6A is #5A2395. Grayscale: #BEBEBE. Windows color (decimal): -5907350 or 7003301. OLE color: 7003301.

HSL color Cylindrical-coordinate representation of color #A5DC6A: hue angle of 88.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5DC6A is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB165220106-
CMYK0.2500.520.14
HSL88.95º61.96%63.92%-
HSV(B)88.95º51.82%86.27%-
XYZ43.7160.2322.96-
YUV190.5680.28109.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=33.60%
G=44.81%
B=21.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201060.2500.520.1488.9561.9663.92
HexA5DC6A19034E593e40
Octal245334152310641613176100
Binary10100101110111001101010110010110100111010110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC6A; }

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

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

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

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

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

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

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

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