#A7D68A

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

Shades of Feijoa #A7D68A

Tints of Feijoa #A7D68A

Color information

#A7D68A (or 0xA7D68A) is unknown color: approx Feijoa. HEX triplet: A7, D6 and 8A. RGB value is (167,214,138). Sum of RGB (Red+Green+Blue) = 167+214+138=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D68A is #582975. Grayscale: #BFBFBF. Windows color (decimal): -5777782 or 9098919. OLE color: 9098919.

HSL color Cylindrical-coordinate representation of color #A7D68A: hue angle of 97.11º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7D68A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB167214138-
CMYK0.2200.360.16
HSL97.11º48.1%69.02%-
HSV(B)97.11º35.51%83.92%-
XYZ44.5758.1432.92-
YUV191.2897.93110.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=32.18%
G=41.23%
B=26.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141380.2200.360.1697.1148.169.02
HexA7D68A1602410613045
Octal247326212260442014160105
Binary1010011111010110100010101011001001001000011000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D68A; }

 p { color: rgb(167,214,138); }

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

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

 a { background-color: rgb(167,214,138); }

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

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

 span { border-color: rgb(167,214,138); }

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