#A7D18D

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

Shades of Feijoa #A7D18D

Tints of Feijoa #A7D18D

Color information

#A7D18D (or 0xA7D18D) is unknown color: approx Feijoa. HEX triplet: A7, D1 and 8D. RGB value is (167,209,141). Sum of RGB (Red+Green+Blue) = 167+209+141=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D18D is #582E72. Grayscale: #BCBCBC. Windows color (decimal): -5779059 or 9294247. OLE color: 9294247.

HSL color Cylindrical-coordinate representation of color #A7D18D: hue angle of 97.06º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7D18D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB167209141-
CMYK0.2000.330.18
HSL97.06º42.5%68.63%-
HSV(B)97.06º32.54%81.96%-
XYZ43.5455.7433.66-
YUV188.69101.09112.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=32.30%
G=40.43%
B=27.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672091410.2000.330.1897.0642.568.63
HexA7D18D1402112612a45
Octal247321215240412214152105
Binary1010011111010001100011011010001000011001011000011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D18D; }

 p { color: rgb(167,209,141); }

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

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

 a { background-color: rgb(167,209,141); }

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

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

 span { border-color: rgb(167,209,141); }

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