#A4F976

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

Shades of Feijoa #A4F976

Tints of Feijoa #A4F976

Color information

#A4F976 (or 0xA4F976) is unknown color: approx Feijoa. HEX triplet: A4, F9 and 76. RGB value is (164,249,118). Sum of RGB (Red+Green+Blue) = 164+249+118=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F976 is #5B0689. Grayscale: #D1D1D1. Windows color (decimal): -5965450 or 7797156. OLE color: 7797156.

HSL color Cylindrical-coordinate representation of color #A4F976: hue angle of 98.93º 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 #A4F976 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB164249118-
CMYK0.3400.530.02
HSL98.93º91.61%71.96%-
HSV(B)98.93º52.61%97.65%-
XYZ52.4676.9529.23-
YUV208.6576.8496.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=30.89%
G=46.89%
B=22.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642491180.3400.530.0298.9391.6171.96
HexA4F976220352635c48
Octal244371166420652143134110
Binary10100100111110011110110100010011010110110001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F976; }

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

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

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

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

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

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

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

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