#A7D26E

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

Shades of Feijoa #A7D26E

Tints of Feijoa #A7D26E

Color information

#A7D26E (or 0xA7D26E) is unknown color: approx Feijoa. HEX triplet: A7, D2 and 6E. RGB value is (167,210,110). Sum of RGB (Red+Green+Blue) = 167+210+110=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D26E is #582D91. Grayscale: #BABABA. Windows color (decimal): -5778834 or 7262887. OLE color: 7262887.

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

Color convert

RGB167210110-
CMYK0.2000.480.18
HSL85.8º52.63%62.75%-
HSV(B)85.8º47.62%82.35%-
XYZ41.855.4323.25-
YUV185.7485.25114.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=34.29%
G=43.12%
B=22.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672101100.2000.480.1885.852.6362.75
HexA7D26E140301256353f
Octal24732215624060221266577
Binary10100111110100101101110101000110000100101010110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D26E; }

 p { color: rgb(167,210,110); }

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

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

 a { background-color: rgb(167,210,110); }

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

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

 span { border-color: rgb(167,210,110); }

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