#A3D585

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

Shades of Feijoa #A3D585

Tints of Feijoa #A3D585

Color information

#A3D585 (or 0xA3D585) is unknown color: approx Feijoa. HEX triplet: A3, D5 and 85. RGB value is (163,213,133). Sum of RGB (Red+Green+Blue) = 163+213+133=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D585 is #5C2A7A. Grayscale: #BDBDBD. Windows color (decimal): -6040187 or 8770979. OLE color: 8770979.

HSL color Cylindrical-coordinate representation of color #A3D585: hue angle of 97.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3D585 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB163213133-
CMYK0.2300.380.16
HSL97.5º48.78%67.84%-
HSV(B)97.5º37.56%83.53%-
XYZ43.1357.0730.93-
YUV188.9396.44109.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=32.02%
G=41.85%
B=26.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632131330.2300.380.1697.548.7867.84
HexA3D5851702610623144
Octal243325205270462014261104
Binary1010001111010101100001011011101001101000011000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D585; }

 p { color: rgb(163,213,133); }

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

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

 a { background-color: rgb(163,213,133); }

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

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

 span { border-color: rgb(163,213,133); }

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