#A5D28A

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

Shades of Feijoa #A5D28A

Tints of Feijoa #A5D28A

Color information

#A5D28A (or 0xA5D28A) is unknown color: approx Feijoa. HEX triplet: A5, D2 and 8A. RGB value is (165,210,138). Sum of RGB (Red+Green+Blue) = 165+210+138=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D28A is #5A2D75. Grayscale: #BCBCBC. Windows color (decimal): -5909878 or 9097893. OLE color: 9097893.

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

Color convert

RGB165210138-
CMYK0.2100.340.18
HSL97.5º44.44%68.24%-
HSV(B)97.5º34.29%82.35%-
XYZ43.1555.9332.57-
YUV188.3499.59111.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=32.16%
G=40.94%
B=26.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101380.2100.340.1897.544.4468.24
HexA5D28A1502212622c44
Octal245322212250422214254104
Binary1010010111010010100010101010101000101001011000101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D28A; }

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

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

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

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

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

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

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

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