#A6F17D

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

Shades of Feijoa #A6F17D

Tints of Feijoa #A6F17D

Color information

#A6F17D (or 0xA6F17D) is unknown color: approx Feijoa. HEX triplet: A6, F1 and 7D. RGB value is (166,241,125). Sum of RGB (Red+Green+Blue) = 166+241+125=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F17D is #590E82. Grayscale: #CDCDCD. Windows color (decimal): -5836419 or 8253862. OLE color: 8253862.

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

Color convert

RGB166241125-
CMYK0.3100.480.05
HSL98.79º80.56%71.76%-
HSV(B)98.79º48.13%94.51%-
XYZ50.8872.530.71-
YUV205.3582.6599.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 241 (94.53% from 255) = 45.30%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=31.20%
G=45.30%
B=23.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662411250.3100.480.0598.7980.5671.76
HexA6F17D1F0305635148
Octal246361175370605143121110
Binary10100110111100011111101111110110000101110001110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F17D; }

 p { color: rgb(166,241,125); }

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

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

 a { background-color: rgb(166,241,125); }

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

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

 span { border-color: rgb(166,241,125); }

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