#A7D692

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

Shades of Feijoa #A7D692

Tints of Feijoa #A7D692

Color information

#A7D692 (or 0xA7D692) is unknown color: approx Feijoa. HEX triplet: A7, D6 and 92. RGB value is (167,214,146). Sum of RGB (Red+Green+Blue) = 167+214+146=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D692 is #58296D. Grayscale: #C0C0C0. Windows color (decimal): -5777774 or 9623207. OLE color: 9623207.

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

Color convert

RGB167214146-
CMYK0.2200.320.16
HSL101.47º45.33%70.59%-
HSV(B)101.47º31.78%83.92%-
XYZ45.1758.3836.08-
YUV192.2101.93110.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=31.69%
G=40.61%
B=27.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141460.2200.320.16101.4745.3370.59
HexA7D6921602010652d47
Octal247326222260402014555107
Binary1010011111010110100100101011001000001000011001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D692; }

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

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

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

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

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

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

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

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