#A2D673

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

Shades of Feijoa #A2D673

Tints of Feijoa #A2D673

Color information

#A2D673 (or 0xA2D673) is unknown color: approx Feijoa. HEX triplet: A2, D6 and 73. RGB value is (162,214,115). Sum of RGB (Red+Green+Blue) = 162+214+115=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D673 is #5D298C. Grayscale: #BBBBBB. Windows color (decimal): -6105485 or 7591586. OLE color: 7591586.

HSL color Cylindrical-coordinate representation of color #A2D673: hue angle of 91.52º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D673 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB162214115-
CMYK0.2400.460.16
HSL91.52º54.7%64.51%-
HSV(B)91.52º46.26%83.92%-
XYZ42.0457.0125.01-
YUV187.1787.27110.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=32.99%
G=43.58%
B=23.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141150.2400.460.1691.5254.764.51
HexA2D6731802E105c3741
Octal242326163300562013467101
Binary101000101101011011100111100001011101000010111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D673; }

 p { color: rgb(162,214,115); }

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

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

 a { background-color: rgb(162,214,115); }

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

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

 span { border-color: rgb(162,214,115); }

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