Html Css Color HEX #A6DA86 Feijoa

📋 copy color: '#A6DA86'

red 166 ◦ green 218 ◦ blue 134

#A6DA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #A6DA86

Tints of Feijoa #A6DA86

RGB

 RED value IS 166 (65.23% from 255) = 32.05%

 GREEN value IS 218 (85.55% from 255) = 42.08%

 BLUE value IS 134 (52.73% from 255) = 25.87%

R = 32.05%
G = 42.08%
B = 25.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#A6DA86 (or 0xA6DA86) is known color: Feijoa. HEX triplet: A6, DA and 86. RGB value is (166,218,134). Sum of RGB (Red+Green+Blue) = 166+218+134=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA86 is #592579. Grayscale: #C1C1C1. Windows color (decimal): -5842298 or 8837798. OLE color: 8837798.

HSL color Cylindrical-coordinate representation of color #A6DA86: hue angle of 97.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6DA86 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 134 -
CMYK 0.24 0 0.39 0.15
HSL 97.14º 0.53% 0.69% -
HSV(B) 97.14º 0.39% 0.85% -
XYZ 45.1 59.97 31.75 -
YUV 192.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 166 218 134 0.24 0 0.39 0.15 97.14 0.53 0.69
Hex A6 DA 86 18 0 27 F 61 35 45
Octal 246 332 206 30 0 47 17 141 65 105
Binary 10100110 11011010 10000110 11000 0 100111 1111 1100001 110101 1000101

Color Harmonies of #A6DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DA86

Black with #A6DA86

Text Example


Text Example

White with #A6DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DA86; }

 p { color: rgb(166,218,134); }

 H1.HeaderClassName
 {
   color: #A6DA86;
 }
 .AnyTagClassName
 {
   color: #A6DA86;
 }
</style>

background-color css

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

 a { background-color: rgb(166,218,134); }

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

border-color css

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

 span { border-color: rgb(166,218,134); }

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