Html Css Color HEX #A6D86B Feijoa

📋 copy color: '#A6D86B'

red 166 ◦ green 216 ◦ blue 107

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

Shades of Feijoa #A6D86B

Tints of Feijoa #A6D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.17%

 BLUE value IS 107 (42.19% from 255) = 21.88%

R = 33.95%
G = 44.17%
B = 21.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A6D86B (or 0xA6D86B) is known color: Feijoa. HEX triplet: A6, D8 and 6B. RGB value is (166,216,107). Sum of RGB (Red+Green+Blue) = 166+216+107=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D86B is #592794. Grayscale: #BDBDBD. Windows color (decimal): -5842837 or 7067814. OLE color: 7067814.

HSL color Cylindrical-coordinate representation of color #A6D86B: hue angle of 87.52º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6D86B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 216 107 -
CMYK 0.23 0 0.50 0.15
HSL 87.52º 0.58% 0.63% -
HSV(B) 87.52º 0.5% 0.85% -
XYZ 42.94 58.28 22.9 -
YUV 188.62 81.94 111.86 -
System Red Green Blue C M Y K H S L
Decimal 166 216 107 0.23 0 0.50 0.15 87.52 0.58 0.63
Hex A6 D8 6B 17 0 32 F 58 3A 3F
Octal 246 330 153 27 0 62 17 130 72 77
Binary 10100110 11011000 1101011 10111 0 110010 1111 1011000 111010 111111

Color Harmonies of #A6D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D86B

Black with #A6D86B

Text Example


Text Example

White with #A6D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D86B; }

 p { color: rgb(166,216,107); }

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

background-color css

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

 a { background-color: rgb(166,216,107); }

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

border-color css

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

 span { border-color: rgb(166,216,107); }

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