#A7F976

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

Shades of Feijoa #A7F976

Tints of Feijoa #A7F976

Color information

#A7F976 (or 0xA7F976) is unknown color: approx Feijoa. HEX triplet: A7, F9 and 76. RGB value is (167,249,118). Sum of RGB (Red+Green+Blue) = 167+249+118=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F976 is #580689. Grayscale: #D1D1D1. Windows color (decimal): -5768842 or 7797159. OLE color: 7797159.

HSL color Cylindrical-coordinate representation of color #A7F976: hue angle of 97.56º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7F976 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB167249118-
CMYK0.3300.530.02
HSL97.56º91.61%71.96%-
HSV(B)97.56º52.61%97.65%-
XYZ53.0877.2729.26-
YUV209.5576.3397.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 249 (97.66% from 255) = 46.63%
BLUE value IS 118 (46.48% from 255) = 22.10%
R=31.27%
G=46.63%
B=22.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672491180.3300.530.0297.5691.6171.96
HexA7F976210352625c48
Octal247371166410652142134110
Binary10100111111110011110110100001011010110110001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F976; }

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

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

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

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

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

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

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

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