#A4D181

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

Shades of Feijoa #A4D181

Tints of Feijoa #A4D181

Color information

#A4D181 (or 0xA4D181) is unknown color: approx Feijoa. HEX triplet: A4, D1 and 81. RGB value is (164,209,129). Sum of RGB (Red+Green+Blue) = 164+209+129=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D181 is #5B2E7E. Grayscale: #BABABA. Windows color (decimal): -5975679 or 8507812. OLE color: 8507812.

HSL color Cylindrical-coordinate representation of color #A4D181: hue angle of 93.75º degrees, saturation: 0.47, 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 #A4D181 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB164209129-
CMYK0.2200.380.18
HSL93.75º46.51%66.27%-
HSV(B)93.75º38.28%81.96%-
XYZ42.0755.0829.18-
YUV186.4295.59112-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=32.67%
G=41.63%
B=25.70%

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
Decimal1642091290.2200.380.1893.7546.5166.27
HexA4D18116026125e2f42
Octal244321201260462213657102
Binary1010010011010001100000011011001001101001010111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D181; }

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

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

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

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

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

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

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

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