#A5D48A

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

Shades of Feijoa #A5D48A

Tints of Feijoa #A5D48A

Color information

#A5D48A (or 0xA5D48A) is unknown color: approx Feijoa. HEX triplet: A5, D4 and 8A. RGB value is (165,212,138). Sum of RGB (Red+Green+Blue) = 165+212+138=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D48A is #5A2B75. Grayscale: #BDBDBD. Windows color (decimal): -5909366 or 9098405. OLE color: 9098405.

HSL color Cylindrical-coordinate representation of color #A5D48A: hue angle of 98.11º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5D48A is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB165212138-
CMYK0.2200.350.17
HSL98.11º46.25%68.63%-
HSV(B)98.11º34.91%83.14%-
XYZ43.6556.9232.73-
YUV189.5198.93110.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=32.04%
G=41.17%
B=26.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652121380.2200.350.1798.1146.2568.63
HexA5D48A1602311622e45
Octal245324212260432114256105
Binary1010010111010100100010101011001000111000111000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D48A; }

 p { color: rgb(165,212,138); }

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

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

 a { background-color: rgb(165,212,138); }

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

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

 span { border-color: rgb(165,212,138); }

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