#A2D177

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

Shades of Feijoa #A2D177

Tints of Feijoa #A2D177

Color information

#A2D177 (or 0xA2D177) is unknown color: approx Feijoa. HEX triplet: A2, D1 and 77. RGB value is (162,209,119). Sum of RGB (Red+Green+Blue) = 162+209+119=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D177 is #5D2E88. Grayscale: #B9B9B9. Windows color (decimal): -6106761 or 7852450. OLE color: 7852450.

HSL color Cylindrical-coordinate representation of color #A2D177: hue angle of 91.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2D177 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB162209119-
CMYK0.2200.430.18
HSL91.33º49.45%64.31%-
HSV(B)91.33º43.06%81.96%-
XYZ41.0354.6125.83-
YUV184.6990.93111.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=33.06%
G=42.65%
B=24.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622091190.2200.430.1891.3349.4564.31
HexA2D1771602B125b3140
Octal242321167260532213361100
Binary101000101101000111101111011001010111001010110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D177; }

 p { color: rgb(162,209,119); }

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

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

 a { background-color: rgb(162,209,119); }

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

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

 span { border-color: rgb(162,209,119); }

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