#A5D08C

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

Shades of Feijoa #A5D08C

Tints of Feijoa #A5D08C

Color information

#A5D08C (or 0xA5D08C) is unknown color: approx Feijoa. HEX triplet: A5, D0 and 8C. RGB value is (165,208,140). Sum of RGB (Red+Green+Blue) = 165+208+140=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D08C is #5A2F73. Grayscale: #BBBBBB. Windows color (decimal): -5910388 or 9228453. OLE color: 9228453.

HSL color Cylindrical-coordinate representation of color #A5D08C: hue angle of 97.94º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5D08C is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB165208140-
CMYK0.2100.330.18
HSL97.94º41.98%68.24%-
HSV(B)97.94º32.69%81.57%-
XYZ42.815533.17-
YUV187.39101.25112.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=32.16%
G=40.55%
B=27.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652081400.2100.330.1897.9441.9868.24
HexA5D08C1502112622a44
Octal245320214250412214252104
Binary1010010111010000100011001010101000011001011000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D08C; }

 p { color: rgb(165,208,140); }

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

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

 a { background-color: rgb(165,208,140); }

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

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

 span { border-color: rgb(165,208,140); }

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