#A5D181

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

Shades of Feijoa #A5D181

Tints of Feijoa #A5D181

Color information

#A5D181 (or 0xA5D181) is unknown color: approx Feijoa. HEX triplet: A5, D1 and 81. RGB value is (165,209,129). Sum of RGB (Red+Green+Blue) = 165+209+129=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D181 is #5A2E7E. Grayscale: #BBBBBB. Windows color (decimal): -5910143 or 8507813. OLE color: 8507813.

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

Color convert

RGB165209129-
CMYK0.2100.380.18
HSL93º46.51%66.27%-
HSV(B)93º38.28%81.96%-
XYZ42.2855.1929.19-
YUV186.7295.42112.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 209 (82.03% from 255) = 41.55%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=32.80%
G=41.55%
B=25.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652091290.2100.380.189346.5166.27
HexA5D18115026125d2f42
Octal245321201250462213557102
Binary1010010111010001100000011010101001101001010111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D181; }

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

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

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

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

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

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

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

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