#A7D874

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

Shades of Feijoa #A7D874

Tints of Feijoa #A7D874

Color information

#A7D874 (or 0xA7D874) is unknown color: approx Feijoa. HEX triplet: A7, D8 and 74. RGB value is (167,216,116). Sum of RGB (Red+Green+Blue) = 167+216+116=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D874 is #58278B. Grayscale: #BEBEBE. Windows color (decimal): -5777292 or 7657639. OLE color: 7657639.

HSL color Cylindrical-coordinate representation of color #A7D874: hue angle of 89.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7D874 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB167216116-
CMYK0.2300.460.15
HSL89.4º56.18%65.1%-
HSV(B)89.4º46.3%84.71%-
XYZ43.6458.5925.53-
YUV189.9586.27111.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=33.47%
G=43.29%
B=23.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672161160.2300.460.1589.456.1865.1
HexA7D8741702EF593841
Octal247330164270561713170101
Binary10100111110110001110100101110101110111110110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D874; }

 p { color: rgb(167,216,116); }

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

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

 a { background-color: rgb(167,216,116); }

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

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

 span { border-color: rgb(167,216,116); }

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