Html Css Color HEX #A6DC8C Feijoa

📋 copy color: '#A6DC8C'

red 166 ◦ green 220 ◦ blue 140

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

Shades of Feijoa #A6DC8C

Tints of Feijoa #A6DC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 31.56%
G = 41.83%
B = 26.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#A6DC8C (or 0xA6DC8C) is known color: Feijoa. HEX triplet: A6, DC and 8C. RGB value is (166,220,140). Sum of RGB (Red+Green+Blue) = 166+220+140=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DC8C is #592373. Grayscale: #C2C2C2. Windows color (decimal): -5841780 or 9231526. OLE color: 9231526.

HSL color Cylindrical-coordinate representation of color #A6DC8C: hue angle of 100.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6DC8C is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 140 -
CMYK 0.25 0 0.36 0.14
HSL 100.5º 0.53% 0.71% -
HSV(B) 100.5º 0.36% 0.86% -
XYZ 46.05 61.19 34.19 -
YUV 194.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 166 220 140 0.25 0 0.36 0.14 100.5 0.53 0.71
Hex A6 DC 8C 19 0 24 E 64 35 47
Octal 246 334 214 31 0 44 16 144 65 107
Binary 10100110 11011100 10001100 11001 0 100100 1110 1100100 110101 1000111

Color Harmonies of #A6DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC8C

Black with #A6DC8C

Text Example


Text Example

White with #A6DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC8C; }

 p { color: rgb(166,220,140); }

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

background-color css

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

 a { background-color: rgb(166,220,140); }

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

border-color css

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

 span { border-color: rgb(166,220,140); }

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