Html Css Color HEX #A6D86F Feijoa

📋 copy color: '#A6D86F'

red 166 ◦ green 216 ◦ blue 111

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

Shades of Feijoa #A6D86F

Tints of Feijoa #A6D86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 33.67%
G = 43.81%
B = 22.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#A6D86F (or 0xA6D86F) is known color: Feijoa. HEX triplet: A6, D8 and 6F. RGB value is (166,216,111). Sum of RGB (Red+Green+Blue) = 166+216+111=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D86F is #592790. Grayscale: #BDBDBD. Windows color (decimal): -5842833 or 7329958. OLE color: 7329958.

HSL color Cylindrical-coordinate representation of color #A6D86F: hue angle of 88.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6D86F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 216 111 -
CMYK 0.23 0 0.49 0.15
HSL 88.57º 0.57% 0.64% -
HSV(B) 88.57º 0.49% 0.85% -
XYZ 43.15 58.37 24.03 -
YUV 189.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 166 216 111 0.23 0 0.49 0.15 88.57 0.57 0.64
Hex A6 D8 6F 17 0 31 F 59 39 40
Octal 246 330 157 27 0 61 17 131 71 100
Binary 10100110 11011000 1101111 10111 0 110001 1111 1011001 111001 1000000

Color Harmonies of #A6D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D86F

Black with #A6D86F

Text Example


Text Example

White with #A6D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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