Html Css Color HEX #A6CC86 Feijoa

📋 copy color: '#A6CC86'

red 166 ◦ green 204 ◦ blue 134

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

Shades of Feijoa #A6CC86

Tints of Feijoa #A6CC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

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

R = 32.94%
G = 40.48%
B = 26.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#A6CC86 (or 0xA6CC86) is known color: Feijoa. HEX triplet: A6, CC and 86. RGB value is (166,204,134). Sum of RGB (Red+Green+Blue) = 166+204+134=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC86 is #593379. Grayscale: #B8B8B8. Windows color (decimal): -5845882 or 8834214. OLE color: 8834214.

HSL color Cylindrical-coordinate representation of color #A6CC86: hue angle of 92.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CC86 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 134 -
CMYK 0.19 0 0.34 0.2
HSL 92.57º 0.41% 0.66% -
HSV(B) 92.57º 0.34% 0.8% -
XYZ 41.62 53.01 30.59 -
YUV 184.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 166 204 134 0.19 0 0.34 0.2 92.57 0.41 0.66
Hex A6 CC 86 13 0 22 14 5D 29 42
Octal 246 314 206 23 0 42 24 135 51 102
Binary 10100110 11001100 10000110 10011 0 100010 10100 1011101 101001 1000010

Color Harmonies of #A6CC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC86

Black with #A6CC86

Text Example


Text Example

White with #A6CC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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