#A4E185

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

Shades of Feijoa #A4E185

Tints of Feijoa #A4E185

Color information

#A4E185 (or 0xA4E185) is unknown color: approx Feijoa. HEX triplet: A4, E1 and 85. RGB value is (164,225,133). Sum of RGB (Red+Green+Blue) = 164+225+133=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E185 is #5B1E7A. Grayscale: #C4C4C4. Windows color (decimal): -5971579 or 8774052. OLE color: 8774052.

HSL color Cylindrical-coordinate representation of color #A4E185: hue angle of 99.78º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4E185 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB164225133-
CMYK0.2700.410.12
HSL99.78º60.53%70.2%-
HSV(B)99.78º40.89%88.24%-
XYZ46.4763.4431.99-
YUV196.2792.29104.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=31.42%
G=43.10%
B=25.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642251330.2700.410.1299.7860.5370.2
HexA4E1851B029C643d46
Octal244341205330511414475106
Binary101001001110000110000101110110101001110011001001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E185; }

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

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

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

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

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

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

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

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