#A4D182

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

Shades of Feijoa #A4D182

Tints of Feijoa #A4D182

Color information

#A4D182 (or 0xA4D182) is unknown color: approx Feijoa. HEX triplet: A4, D1 and 82. RGB value is (164,209,130). Sum of RGB (Red+Green+Blue) = 164+209+130=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D182 is #5B2E7D. Grayscale: #BABABA. Windows color (decimal): -5975678 or 8573348. OLE color: 8573348.

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

Color convert

RGB164209130-
CMYK0.2200.380.18
HSL94.18º46.2%66.47%-
HSV(B)94.18º37.8%81.96%-
XYZ42.1455.1129.53-
YUV186.5496.09111.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 209 (82.03% from 255) = 41.55%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=32.60%
G=41.55%
B=25.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642091300.2200.380.1894.1846.266.47
HexA4D18216026125e2e42
Octal244321202260462213656102
Binary1010010011010001100000101011001001101001010111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D182; }

 p { color: rgb(164,209,130); }

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

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

 a { background-color: rgb(164,209,130); }

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

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

 span { border-color: rgb(164,209,130); }

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