#A6F976

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

Shades of Feijoa #A6F976

Tints of Feijoa #A6F976

Color information

#A6F976 (or 0xA6F976) is unknown color: approx Feijoa. HEX triplet: A6, F9 and 76. RGB value is (166,249,118). Sum of RGB (Red+Green+Blue) = 166+249+118=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F976 is #590689. Grayscale: #D1D1D1. Windows color (decimal): -5834378 or 7797158. OLE color: 7797158.

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

Color convert

RGB166249118-
CMYK0.3300.530.02
HSL98.02º91.61%71.96%-
HSV(B)98.02º52.61%97.65%-
XYZ52.8777.1729.25-
YUV209.2576.597.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 118 (46.48% from 255) = 22.14%
R=31.14%
G=46.72%
B=22.14%

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
Decimal1662491180.3300.530.0298.0291.6171.96
HexA6F976210352625c48
Octal246371166410652142134110
Binary10100110111110011110110100001011010110110001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F976; }

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

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

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

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

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

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

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

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