#A4D284

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

Shades of Feijoa #A4D284

Tints of Feijoa #A4D284

Color information

#A4D284 (or 0xA4D284) is unknown color: approx Feijoa. HEX triplet: A4, D2 and 84. RGB value is (164,210,132). Sum of RGB (Red+Green+Blue) = 164+210+132=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D284 is #5B2D7B. Grayscale: #BBBBBB. Windows color (decimal): -5975420 or 8704676. OLE color: 8704676.

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

Color convert

RGB164210132-
CMYK0.2200.370.18
HSL95.38º46.43%67.06%-
HSV(B)95.38º37.14%82.35%-
XYZ42.5255.6530.33-
YUV187.3596.76111.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 210 (82.42% from 255) = 41.50%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=32.41%
G=41.50%
B=26.09%

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
Decimal1642101320.2200.370.1895.3846.4367.06
HexA4D28416025125f2e43
Octal244322204260452213756103
Binary1010010011010010100001001011001001011001010111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D284; }

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

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

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

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

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

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

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

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