#A7E186

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

Shades of Feijoa #A7E186

Tints of Feijoa #A7E186

Color information

#A7E186 (or 0xA7E186) is unknown color: approx Feijoa. HEX triplet: A7, E1 and 86. RGB value is (167,225,134). Sum of RGB (Red+Green+Blue) = 167+225+134=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E186 is #581E79. Grayscale: #C5C5C5. Windows color (decimal): -5774970 or 8839591. OLE color: 8839591.

HSL color Cylindrical-coordinate representation of color #A7E186: hue angle of 98.24º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7E186 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB167225134-
CMYK0.2600.400.12
HSL98.24º60.26%70.39%-
HSV(B)98.24º40.44%88.24%-
XYZ47.1663.7932.38-
YUV197.2892.28106.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=31.75%
G=42.78%
B=25.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672251340.2600.400.1298.2460.2670.39
HexA7E1861A028C623c46
Octal247341206320501414274106
Binary101001111110000110000110110100101000110011000101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E186; }

 p { color: rgb(167,225,134); }

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

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

 a { background-color: rgb(167,225,134); }

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

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

 span { border-color: rgb(167,225,134); }

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