#A2D584

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

Shades of Feijoa #A2D584

Tints of Feijoa #A2D584

Color information

#A2D584 (or 0xA2D584) is unknown color: approx Feijoa. HEX triplet: A2, D5 and 84. RGB value is (162,213,132). Sum of RGB (Red+Green+Blue) = 162+213+132=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D584 is #5D2A7B. Grayscale: #BCBCBC. Windows color (decimal): -6105724 or 8705442. OLE color: 8705442.

HSL color Cylindrical-coordinate representation of color #A2D584: hue angle of 97.78º 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 #A2D584 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB162213132-
CMYK0.2400.380.16
HSL97.78º49.09%67.65%-
HSV(B)97.78º38.03%83.53%-
XYZ42.8656.9430.56-
YUV188.5296.1109.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=31.95%
G=42.01%
B=26.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622131320.2400.380.1697.7849.0967.65
HexA2D5841802610623144
Octal242325204300462014261104
Binary1010001011010101100001001100001001101000011000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D584; }

 p { color: rgb(162,213,132); }

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

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

 a { background-color: rgb(162,213,132); }

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

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

 span { border-color: rgb(162,213,132); }

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