Html Css Color HEX #A6D86C Feijoa

📋 copy color: '#A6D86C'

red 166 ◦ green 216 ◦ blue 108

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

Shades of Feijoa #A6D86C

Tints of Feijoa #A6D86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 33.88%
G = 44.08%
B = 22.04%

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

#A6D86C (or 0xA6D86C) is known color: Feijoa. HEX triplet: A6, D8 and 6C. RGB value is (166,216,108). Sum of RGB (Red+Green+Blue) = 166+216+108=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D86C is #592793. Grayscale: #BDBDBD. Windows color (decimal): -5842836 or 7133350. OLE color: 7133350.

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

Color convert

RGB 166 216 108 -
CMYK 0.23 0 0.50 0.15
HSL 87.78º 0.58% 0.64% -
HSV(B) 87.78º 0.5% 0.85% -
XYZ 42.99 58.3 23.17 -
YUV 188.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 166 216 108 0.23 0 0.50 0.15 87.78 0.58 0.64
Hex A6 D8 6C 17 0 32 F 58 3A 40
Octal 246 330 154 27 0 62 17 130 72 100
Binary 10100110 11011000 1101100 10111 0 110010 1111 1011000 111010 1000000

Color Harmonies of #A6D86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D86C

Black with #A6D86C

Text Example


Text Example

White with #A6D86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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