#A7F376

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

Shades of Feijoa #A7F376

Tints of Feijoa #A7F376

Color information

#A7F376 (or 0xA7F376) is unknown color: approx Feijoa. HEX triplet: A7, F3 and 76. RGB value is (167,243,118). Sum of RGB (Red+Green+Blue) = 167+243+118=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #A7F376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F376 is #580C89. Grayscale: #CECECE. Windows color (decimal): -5770378 or 7795623. OLE color: 7795623.

HSL color Cylindrical-coordinate representation of color #A7F376: hue angle of 96.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7F376 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB167243118-
CMYK0.3100.510.05
HSL96.48º83.89%70.78%-
HSV(B)96.48º51.44%95.29%-
XYZ51.2673.6228.65-
YUV206.0378.32100.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 118 (46.48% from 255) = 22.35%
R=31.63%
G=46.02%
B=22.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672431180.3100.510.0596.4883.8970.78
HexA7F3761F0335605447
Octal247363166370635140124107
Binary10100111111100111110110111110110011101110000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F376; }

 p { color: rgb(167,243,118); }

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

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

 a { background-color: rgb(167,243,118); }

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

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

 span { border-color: rgb(167,243,118); }

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