#A4D285

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

Shades of Feijoa #A4D285

Tints of Feijoa #A4D285

Color information

#A4D285 (or 0xA4D285) is unknown color: approx Feijoa. HEX triplet: A4, D2 and 85. RGB value is (164,210,133). Sum of RGB (Red+Green+Blue) = 164+210+133=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D285 is #5B2D7A. Grayscale: #BBBBBB. Windows color (decimal): -5975419 or 8770212. OLE color: 8770212.

HSL color Cylindrical-coordinate representation of color #A4D285: hue angle of 95.84º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4D285 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB164210133-
CMYK0.2200.370.18
HSL95.84º46.11%67.25%-
HSV(B)95.84º36.67%82.35%-
XYZ42.5955.6830.69-
YUV187.4797.26111.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=32.35%
G=41.42%
B=26.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642101330.2200.370.1895.8446.1167.25
HexA4D2851602512602e43
Octal244322205260452214056103
Binary1010010011010010100001011011001001011001011000001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D285; }

 p { color: rgb(164,210,133); }

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

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

 a { background-color: rgb(164,210,133); }

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

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

 span { border-color: rgb(164,210,133); }

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